Home
last modified time | relevance | path

Searched defs:readBytes (Results 1 – 3 of 3) sorted by relevance

/system/timezone/apex/tests/src/java/android/tzdata/mts/
DTimeZoneVersionTest.java80 private static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes() method in TimeZoneVersionTest
/system/timezone/distro/core/src/main/com/android/timezone/distro/
DFileUtils.java165 public static byte[] readBytes(File file, int maxBytes) throws IOException { in readBytes() method in FileUtils
/system/timezone/tzdatacheck/
Dtzdatacheck.cpp101 static bool readBytes(const std::string& fileName, char* buffer, size_t byteCount) { in readBytes() function