Searched refs:GetDiskUsage (Results 1 – 3 of 3) sorted by relevance
65 int GetDiskUsage(const std::string& path);
544 int GetDiskUsage(const std::string& path) { in GetDiskUsage() function
359 const auto fs_size = RoundUp(GetDiskUsage(src_dir) + 16 * 1024 * 1024, 4096); in BuildDlkmImage()