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.java507 String outputRelativePath = "android.prof"; in handleSnapshotBootProfile() local
516 String outputRelativePath = String.format("%s%s.prof", packageName, in handleSnapshotAppProfile() local
554 String outputRelativePath = in handleDumpProfile() local
881 @NonNull ParcelFileDescriptor fd, @NonNull String outputRelativePath) { in writeProfileFdContentsToFile()