Home
last modified time | relevance | path

Searched defs:outputRelativePath (Results 1 – 1 of 1) sorted by relevance

/art/libartservice/service/java/com/android/server/art/
DArtShellCommand.java540 String outputRelativePath = "android.prof"; in handleSnapshotBootProfile() local
549 String outputRelativePath = String.format("%s%s.prof", packageName, in handleSnapshotAppProfile() local
598 String outputRelativePath = in handleDumpProfile() local
1270 @NonNull ParcelFileDescriptor fd, @NonNull String outputRelativePath) { in writeProfileFdContentsToFile()