Home
last modified time | relevance | path

Searched refs:expectedBytes (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DMoveStorage.cpp86 uint64_t expectedBytes = GetTreeBytes(path); in execRm() local
120 CONSTRAIN((int)((deltaFreeBytes * stepProgress) / expectedBytes), 0, stepProgress), in execRm()
131 uint64_t expectedBytes = GetTreeBytes(fromPath); in execCp() local
134 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()
/system/timezone/distro/installer/src/test/com/android/timezone/distro/installer/
DTimeZoneDistroInstallerTest.java732 byte[] expectedBytes = IoUtils.readFileAsByteArray(expected.getPath()); in assertContentsMatches()
733 assertArrayEquals(expectedBytes, actualBytes); in assertContentsMatches()