Home
last modified time | relevance | path

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

/system/vold/
DMoveTask.cpp91 uint64_t expectedBytes = GetTreeBytes(path); in execRm()
133 uint64_t expectedBytes = GetTreeBytes(fromPath); in execCp()
DUtils.h96 uint64_t GetTreeBytes(const std::string& path);
DUtils.cpp520 uint64_t GetTreeBytes(const std::string& path) { in GetTreeBytes() function