Searched refs:tracePath (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/core/java/android/os/ |
H A D | Debug.java | 1212 public static void startMethodTracing(String tracePath) { in startMethodTracing() argument 1213 startMethodTracing(tracePath, 0, 0); in startMethodTracing() 1244 public static void startMethodTracing(String tracePath, int bufferSize) { in startMethodTracing() argument 1245 startMethodTracing(tracePath, bufferSize, 0); in startMethodTracing() 1309 private static String fixTracePath(String tracePath) { in fixTracePath() argument 1310 if (tracePath == null || tracePath.charAt(0) != '/') { in fixTracePath() 1319 if (tracePath == null) { in fixTracePath() 1322 tracePath = new File(dir, tracePath).getAbsolutePath(); in fixTracePath() 1325 if (!tracePath.endsWith(DEFAULT_TRACE_EXTENSION)) { in fixTracePath() 1326 tracePath += DEFAULT_TRACE_EXTENSION; in fixTracePath() [all …]
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/dex/ |
H A D | ArtManagerService.java | 759 Path tracePath = Paths.get(IORAP_DIR, in checkIorapCompiledTrace() local 766 boolean exists = Files.exists(tracePath); in checkIorapCompiledTrace() 768 Log.d(TAG, tracePath.toString() + (exists? " exists" : " doesn't exist")); in checkIorapCompiledTrace() 771 long bytes = Files.size(tracePath); in checkIorapCompiledTrace() 773 Log.d(TAG, tracePath.toString() + " size is " + Long.toString(bytes)); in checkIorapCompiledTrace()
|
/aosp12/build/blueprint/microfactory/ |
H A D | microfactory.go | 642 tracePath := filepath.Join(filepath.Dir(output), "."+filepath.Base(output)+".trace") 643 if traceFile, err := os.OpenFile(tracePath, os.O_RDWR|os.O_CREATE|os.O_APPEND, 0666); err == nil {
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |