Searched refs:GetFreeBytes (Results 1 – 3 of 3) sorted by relevance
87 uint64_t startFreeBytes = GetFreeBytes(path); in execRm()116 uint64_t deltaFreeBytes = GetFreeBytes(path) - startFreeBytes; in execRm()129 uint64_t startFreeBytes = GetFreeBytes(toPath); in execCp()167 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); in execCp()
89 uint64_t GetFreeBytes(const std::string& path);
432 uint64_t GetFreeBytes(const std::string& path) { in GetFreeBytes() function