Searched refs:tempdir (Results 1 – 1 of 1) sorted by relevance
125 String tempdir = System.getProperty("java.io.tmpdir", ""); in printMemory() local127 Log.d(TAG, "java.io.tmpdir is:" + tempdir); in printMemory()129 if (!TextUtils.isEmpty(tempdir)) { in printMemory()130 String[] commands = {"df", tempdir}; in printMemory()