Home
last modified time | relevance | path

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

/aoo42x/main/sal/workben/
H A Dtestfile.cxx2082 sal_uInt64 UsedSpace; in VolumeInfoTest() local
2083 UsedSpace=rInfo.getUsedSpace(); in VolumeInfoTest()
2084 printf( "Used Space: %i\n",UsedSpace ); in VolumeInfoTest()
/aoo42x/main/sal/qa/osl/file/
H A Dosl_File.cxx2282 sal_uInt64 UsedSpace = ( aStatFS.f_blocks - aStatFS.f_bavail ) * aStatFS.f_frsize; in TEST_F() local
2292 …ASSERT_TRUE(uiUsedSpace == UsedSpace) << "test for getUsedSpace function: get used space by hand, … in TEST_F()

Completed in 55 milliseconds