Home
last modified time | relevance | path

Searched refs:uiMaxPathLength (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sal/qa/osl/file/
H A Dosl_File.cxx1770 sal_uInt32 uiMaxPathLength = aVolumeInfo.getMaxPathLength( ); in TEST_F() local
1774 ( 0 == uiMaxPathLength ) && in TEST_F()
2367 sal_uInt32 uiMaxPathLength = aVolumeInfo.getMaxPathLength( ); in TEST_F() local
2369 …ASSERT_TRUE(0 != uiMaxPathLength) << "test for getMaxPathLength function: get max path length of F… in TEST_F()
2381 sal_uInt64 uiMaxPathLength = aVolumeInfo.getMaxPathLength( ); in TEST_F() local
2383 …ASSERT_TRUE(uiMaxPathLength == PATH_MAX) << "test for getMaxPathLength function: get max path leng… in TEST_F()

Completed in 37 milliseconds