Home
last modified time | relevance | path

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

/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/filesystem/
A Dops-common.h536 const uintmax_t fragment_size = f.f_frsize; in _GLIBCXX_VISIBILITY() local
539 capacity = f.f_blocks * fragment_size; in _GLIBCXX_VISIBILITY()
541 free = f.f_bfree * fragment_size; in _GLIBCXX_VISIBILITY()
543 available = f.f_bavail * fragment_size; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/filesystem/
A Dops-common.h536 const uintmax_t fragment_size = f.f_frsize; in _GLIBCXX_VISIBILITY() local
539 capacity = f.f_blocks * fragment_size; in _GLIBCXX_VISIBILITY()
541 free = f.f_bfree * fragment_size; in _GLIBCXX_VISIBILITY()
543 available = f.f_bavail * fragment_size; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/src/filesystem/
A Dops-common.h527 const uintmax_t fragment_size = f.f_frsize; in _GLIBCXX_VISIBILITY() local
530 capacity = f.f_blocks * fragment_size; in _GLIBCXX_VISIBILITY()
532 free = f.f_bfree * fragment_size; in _GLIBCXX_VISIBILITY()
534 available = f.f_bavail * fragment_size; in _GLIBCXX_VISIBILITY()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/src/filesystem/
A Dops.cc1165 uintmax_t fragment_size = f.f_frsize; in space() local
1167 f.f_blocks * fragment_size, in space()
1168 f.f_bfree * fragment_size, in space()
1169 f.f_bavail * fragment_size in space()
A Dstd-ops.cc1445 uintmax_t fragment_size = f.f_frsize; in space() local
1447 f.f_blocks * fragment_size, in space()
1448 f.f_bfree * fragment_size, in space()
1449 f.f_bavail * fragment_size in space()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/src/filesystem/
A Dops.cc1394 uintmax_t fragment_size = f.f_frsize; in space() local
1396 f.f_blocks * fragment_size, in space()
1397 f.f_bfree * fragment_size, in space()
1398 f.f_bavail * fragment_size in space()
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/src/filesystem/
A Dops.cc1392 uintmax_t fragment_size = f.f_frsize; in space() local
1394 f.f_blocks * fragment_size, in space()
1395 f.f_bfree * fragment_size, in space()
1396 f.f_bavail * fragment_size in space()

Completed in 16 milliseconds