Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DSamplingProfilerIntegration.java137 writeSnapshotFile(processName, packageInfo); in writeSnapshot()
153 writeSnapshotFile("zygote", null); in writeZygoteSnapshot()
162 private static void writeSnapshotFile(String processName, PackageInfo packageInfo) { in writeSnapshotFile() method in SamplingProfilerIntegration