Home
last modified time | relevance | path

Searched refs:tracePath (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/core/java/android/os/
H A DDebug.java1212 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 DArtManagerService.java759 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 Dmicrofactory.go642 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...