Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Ddisk_flags.cc544 struct statvfs vfs {}; in AvailableSpaceAtPath() struct
545 if (statvfs(path.c_str(), &vfs) != 0) { in AvailableSpaceAtPath()
552 return static_cast<uint64_t>(vfs.f_frsize) * vfs.f_bavail; in AvailableSpaceAtPath()