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