Home
last modified time | relevance | path

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

/aoo42x/main/sal/qa/osl/file/
H A Dosl_File.cxx1788 sal_uInt64 uiUsedSpace = aVolumeInfo.getUsedSpace( ); in TEST_F() local
1792 ( 0 != uiUsedSpace ) && in TEST_F()
2249 sal_uInt64 uiUsedSpace = aVolumeInfo.getUsedSpace( ); in TEST_F() local
2251 …ASSERT_TRUE(0 != uiUsedSpace) << "test for getUsedSpace function: get used space of Fixed disk vol… in TEST_F()
2262 sal_uInt64 uiUsedSpace = aVolumeInfo.getUsedSpace( ); in TEST_F() local
2264 …ASSERT_TRUE(0 == uiUsedSpace) << "test for getUsedSpace function: get used space of /proc, it shou… in TEST_F()
2290 sal_uInt64 uiUsedSpace = aVolumeInfo.getUsedSpace( ); in TEST_F() local
2292 …ASSERT_TRUE(uiUsedSpace == UsedSpace) << "test for getUsedSpace function: get used space by hand, … in TEST_F()

Completed in 63 milliseconds