Searched defs:filename (Results 1 – 12 of 12) sorted by relevance
53 public void openFile(String filename); in openFile()
67 private void createFileInOutputDir(String filename) throws IOException { in createFileInOutputDir()
156 private void writeSamplesToAppStorage(String filename, short[] toWrite) throws IOException { in writeSamplesToAppStorage()
79 public static void saveBugreport(Instrumentation instr, String filename) in saveBugreport()
129 private String takeScreenshotToFile(@NonNull String filename) { in takeScreenshotToFile()
500 private JSONObject stackFrame(String filename, String method) throws JSONException { in stackFrame()
336 private final String filename; field in CrashUtils.BacktraceFrameInfo339 public BacktraceFrameInfo(String filename, String method) { in BacktraceFrameInfo()
267 private void saveDmesgInfo(String filename) throws DeviceNotAvailableException { in saveDmesgInfo()
96 String filename = String.format("tombstones/tombstone-%03d.pb", index); in testGetAllCrashes() local
245 private void copySystemLibToVendorIfMissing(String filename) in copySystemLibToVendorIfMissing()
545 def parse_text_proto(filename): argument
668 private File getExactFileNameMatcher(String parentName, String filename) { in getExactFileNameMatcher()