Home
last modified time | relevance | path

Searched defs:deltaFreeBytes (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/vold/
H A DMoveStorage.cpp115 uint64_t deltaFreeBytes = GetFreeBytes(path) - startFreeBytes; in execRm() local
169 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); in execCp() local