Searched refs:getPathAsString (Results 1 – 1 of 1) sorted by relevance
143 String carriersTextpbFile = getPathAsString(outputDir, "tier1_carriers.textpb"); in convert()144 String settingsTextpbDir = getPathAsString(outputDir, "setting"); in convert()341 String fileName = getPathAsString(settingsTextpbDir, cname + ".textpb"); in convert()357 String otherCarriersFile = getPathAsString(outputDir, "other_carriers.textpb"); in convert()368 String othersFileName = getPathAsString(settingsTextpbDir, "others.textpb"); in convert()873 private static String getPathAsString(String first, String... more) { in getPathAsString() method in CarrierConfigConverterV2