Home
last modified time | relevance | path

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

/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