Searched refs:getPathAsString (Results 1 – 1 of 1) sorted by relevance
137 String carriersTextpbFile = getPathAsString(outputDir, "tier1_carriers.textpb"); in convert()138 String settingsTextpbDir = getPathAsString(outputDir, "setting"); in convert()326 String fileName = getPathAsString(settingsTextpbDir, cname + ".textpb"); in convert()342 String otherCarriersFile = getPathAsString(outputDir, "other_carriers.textpb"); in convert()353 String othersFileName = getPathAsString(settingsTextpbDir, "others.textpb"); in convert()792 private static String getPathAsString(String first, String... more) { in getPathAsString() method in CarrierConfigConverterV2