Searched refs:expectedBytes (Results 1 – 2 of 2) sorted by relevance
86 uint64_t expectedBytes = GetTreeBytes(path); in execRm() local120 CONSTRAIN((int)((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress), in execRm()131 uint64_t expectedBytes = GetTreeBytes(fromPath); in execCp() local134 if (expectedBytes > startFreeBytes) { in execCp()135 LOG(ERROR) << "Data size " << expectedBytes << " is too large to fit in free space " in execCp()174 CONSTRAIN((int)((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress), in execCp()
732 byte[] expectedBytes = IoUtils.readFileAsByteArray(expected.getPath()); in assertContentsMatches()733 assertArrayEquals(expectedBytes, actualBytes); in assertContentsMatches()