Home
last modified time | relevance | path

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

/cts/tests/core/runner/src/com/android/cts/runner/
DCtsTestRunListener.java126 String tempdir = System.getProperty("java.io.tmpdir", ""); in printMemory() local
128 Log.d(TAG, "java.io.tmpdir is:" + tempdir); in printMemory()
130 if (!TextUtils.isEmpty(tempdir)) { in printMemory()
131 String[] commands = {"df", tempdir}; in printMemory()