Searched refs:startFreeBytes (Results 1 – 1 of 1) sorted by relevance
85 uint64_t startFreeBytes = GetFreeBytes(path); in execRm() local111 uint64_t deltaFreeBytes = GetFreeBytes(path) - startFreeBytes; in execRm()123 uint64_t startFreeBytes = GetFreeBytes(toPath); in execCp() local152 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); in execCp()