Searched refs:__OSL_STATFS_BLKSIZ (Results 1 – 1 of 1) sorted by relevance
182 # define __OSL_STATFS_BLKSIZ(a) ((sal_uInt64)((a).f_bsize)) macro200 # define __OSL_STATFS_BLKSIZ(a) ((sal_uInt64)((a).f_bsize)) macro211 # define __OSL_STATFS_BLKSIZ(a) ((sal_uInt64)((a).f_frsize)) macro278 #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 10 milliseconds