Home
last modified time | relevance | path

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

/cts/hostsidetests/videoencodingminimum/src/android/videoqualityfloor/cts/
DCtsVideoQualityFloorHostTest.java151 String tmpBase = System.getProperty("java.io.tmpdir"); in setupTestEnv() local
153 String tmpDir = tmpBase + "/" + dirName; in setupTestEnv()
154 LogUtil.CLog.i("tmpBase= " + tmpBase + " tmpDir =" + tmpDir); in setupTestEnv()
/cts/hostsidetests/mediapc/videoencodingquality/src/
DCtsVideoEncodingQualityHostTest.java300 String tmpBase = System.getProperty("java.io.tmpdir"); in setupTestEnv() local
302 String tmpDir = tmpBase + "/" + dirName; in setupTestEnv()
303 LogUtil.CLog.i("tmpBase= " + tmpBase + " tmpDir =" + tmpDir); in setupTestEnv()