Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dfiles.h65 int GetDiskUsage(const std::string& path);
Dfiles.cpp544 int GetDiskUsage(const std::string& path) { in GetDiskUsage() function
/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc359 const auto fs_size = RoundUp(GetDiskUsage(src_dir) + 16 * 1024 * 1024, 4096); in BuildDlkmImage()