Searched refs:deltaFreeBytes (Results 1 – 1 of 1) sorted by relevance
111 uint64_t deltaFreeBytes = GetFreeBytes(path) - startFreeBytes; in execRm() local113 ((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress)); in execRm()152 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); in execCp() local154 ((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress)); in execCp()