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.java125 String tempdir = System.getProperty("java.io.tmpdir", ""); in printMemory() local
127 Log.d(TAG, "java.io.tmpdir is:" + tempdir); in printMemory()
129 if (!TextUtils.isEmpty(tempdir)) { in printMemory()
130 String[] commands = {"df", tempdir}; in printMemory()