Searched refs:othersFileName (Results 1 – 2 of 2) sorted by relevance
56 private String othersFileName = "others.textpb"; field in GenDeviceSettings107 if (othersFileName.equals(childName)) { in generate()
353 String othersFileName = getPathAsString(settingsTextpbDir, "others.textpb"); in convert() local354 outFiles.add(othersFileName); in convert()355 try (OutputStream os = new FileOutputStream(new File(othersFileName)); in convert()