Lines Matching refs:getPath
315 LogUtil.CLog.e("Unable to establish temp directory " + sHostWorkDir.getPath()); in setupTestEnv()
339 getDevice().pushDir(new File(sHostWorkDir.getPath() + "/json/"), deviceJsonDir)); in setupTestEnv()
341 getDevice().pushDir(new File(sHostWorkDir.getPath() + "/samples/"), in setupTestEnv()
398 LogUtil.CLog.e("Unable to establish output host directory : " + outHostPath.getPath()); in testEncoding()
403 + " to " + outHostPath.getPath(), getDevice().pullDir(outDevPath, outHostPath)); in testEncoding()
407 String jsonPath = sHostWorkDir.getPath() + "/json/" + mJsonName; in testEncoding()
418 try (FileWriter writer = new FileWriter(outHostPath.getPath() + "/" + "all_vmafs.txt")) { in testEncoding()
441 new FileReader(sHostWorkDir.getPath() + "/" + outputVmafPath))) { in testEncoding()
511 LogUtil.CLog.i("Do we already have a copy of file " + destination.getPath()); in downloadFile()
513 LogUtil.CLog.i("Skipping re-download of file " + destination.getPath()); in downloadFile()
517 String cmd = "wget -O " + destination.getPath() + " " + url; in downloadFile()