Home
last modified time | relevance | path

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

/aosp_15_r20/platform_testing/libraries/collectors-helper/memory/src/com/android/helpers/
H A DPinnerHelper.java46 private String mTestOutputFile = null; field in PinnerHelper
101 mTestOutputFile = filePath; in startCollecting()
126 if (mTestOutputFile != null) { in getMetrics()
128 FileWriter writer = new FileWriter(new File(mTestOutputFile), true); in getMetrics()
129 storeToFile(mTestOutputFile, pinnerOutput, writer); in getMetrics()
131 mPinnerMap.put(OUTPUT_FILE_PATH_KEY, mTestOutputFile); in getMetrics()
133 Log.e(TAG, String.format("Failed to write output file %s", mTestOutputFile), e); in getMetrics()
H A DShowmapSnapshotHelper.java85 private String mTestOutputFile = null; field in ShowmapSnapshotHelper
149 mTestOutputFile = filePath; in startCollecting()
225 FileWriter writer = new FileWriter(new File(mTestOutputFile), true); in getMetrics()
276 storeToFile(mTestOutputFile, processName, pid, showmapOutput, writer); in getMetrics()
300 mMemoryMap.put(OUTPUT_FILE_PATH_KEY, mTestOutputFile); in getMetrics()
304 Log.e(TAG, String.format("Failed to write output file %s", mTestOutputFile), e); in getMetrics()