Home
last modified time | relevance | path

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

/aoo4110/main/sal/osl/unx/
H A Dfile_volume.cxx182 # define __OSL_STATFS_BLKSIZ(a) ((sal_uInt64)((a).f_bsize)) macro
200 # define __OSL_STATFS_BLKSIZ(a) ((sal_uInt64)((a).f_bsize)) macro
211 # define __OSL_STATFS_BLKSIZ(a) ((sal_uInt64)((a).f_frsize)) macro
278 #if defined(__OSL_STATFS_BLKSIZ) in osl_psz_getVolumeInformation()
283 pInfo->uTotalSpace = __OSL_STATFS_BLKSIZ(sfs); in osl_psz_getVolumeInformation()
291 pInfo->uFreeSpace = __OSL_STATFS_BLKSIZ(sfs); in osl_psz_getVolumeInformation()

Completed in 12 milliseconds