Searched refs:otherCarriersFile (Results 1 – 1 of 1) sorted by relevance
342 String otherCarriersFile = getPathAsString(outputDir, "other_carriers.textpb"); in convert() local343 outFiles.add(otherCarriersFile); in convert()345 try (OutputStream os = new FileOutputStream(new File(otherCarriersFile)); in convert()