Searched refs:targetDir (Results 1 – 2 of 2) sorted by relevance
/cts/hostsidetests/compilation/src/android/compilation/cts/ |
D | AdbRootDependentCompilationTest.java | 264 String targetDir = location.getDirectory(); in writeProfile() local 265 if (!doesFileExist(targetDir)) { in writeProfile() 269 String owner = executeSuShellAdbCommand(1, "stat", "-c", "%U:%g", targetDir)[0]; in writeProfile() 276 executePush(textProfileFile.getAbsolutePath(), targetPathTemp, targetDir); in writeProfile() local 280 executePush(apkFile.getAbsolutePath(), targetPathApk, targetDir); in writeProfile() local
|
/cts/tests/providerui/src/android/providerui/cts/ |
D | MediaStoreUiTest.java | 263 final File targetDir = new File(mContext.getFilesDir(), "debug"); in testImageCaptureWithoutLocation() local 264 final File target = new File(targetDir, timeStamp + "capture.jpg"); in testImageCaptureWithoutLocation() 266 targetDir.mkdirs(); in testImageCaptureWithoutLocation()
|