Searched refs:deltaFreeBytes (Results 1 – 2 of 2) sorted by relevance
115 uint64_t deltaFreeBytes = GetFreeBytes(path) - startFreeBytes; in execRm() local118 CONSTRAIN((int)((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress), in execRm()169 uint64_t deltaFreeBytes = startFreeBytes - GetFreeBytes(toPath); in execCp() local172 CONSTRAIN((int)((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress), in execCp()
26402 final long deltaFreeBytes = startFreeBytes - measurePath.getUsableSpace();26404 ((deltaFreeBytes * 80) / sizeBytes), 0, 80);