Searched defs:inFile (Results 1 - 1 of 1) sorted by relevance

/system/timezone/zone_compactor/main/java/
H A DZoneCompactor.java54 // Concatenate the contents of 'inFile' onto 'out'.
55 private static void copyFile(File inFile, OutputStream out) throws Exception { argument
58 InputStream in = new FileInputStream(inFile);

Completed in 116 milliseconds