Searched refs:SNAPSHOT_DIR (Results 1 – 2 of 2) sorted by relevance
40 public static final String SNAPSHOT_DIR = SamplingProfilerIntegration.SNAPSHOT_DIR; field in SamplingProfilerService59 File[] snapshotFiles = new File(SNAPSHOT_DIR).listFiles(); in startWorking()68 snapshotObserver = new FileObserver(SNAPSHOT_DIR, FileObserver.ATTRIB) { in startWorking()71 handleSnapshotFile(new File(SNAPSHOT_DIR, path), dropbox); in startWorking()102 pw.println("Watching directory: " + SNAPSHOT_DIR); in dump()
45 public static final String SNAPSHOT_DIR = "/data/snapshots"; field in SamplingProfilerIntegration59 File dir = new File(SNAPSHOT_DIR);77 Log.w(TAG, "Profiling setup failed. Could not create " + SNAPSHOT_DIR); in Log.w() argument175 String path = SNAPSHOT_DIR + "/" + name + "-" + startMillis + ".snapshot"; in writeSnapshotFile()