Home
last modified time | relevance | path

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

/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
DTzDataCheckTest.java163 Files.write(dataStagedDir.hostPath, new byte[] { 'a' }); in testStaging_stagingDirIsFile()
191 Files.write(dataCurrentDir.hostPath, new byte[] { 'a' }); in testStaging_uninstall_currentDirIsFile()
271 Files.write(dataCurrentDir.hostPath, new byte[] { 'a' }); in testStaging_install_currentDirIsFile()
406 Files.write(dataCurrentDir.hostPath, new byte[] { 'a' }); in testCurrentDataDirIsFile()
452 dataCurrentDir.hostPath.resolve(TimeZoneDistro.DISTRO_VERSION_FILE_NAME); in testShortDataDirDistroVersionFile()
477 dataCurrentDir.hostPath.resolve(TimeZoneDistro.DISTRO_VERSION_FILE_NAME); in testCorruptDistroVersionFile()
620 Files.write(mSystemDir.hostPath.resolve(SYSTEM_TZ_VERSION_FILE_NAME), invalidTzDataBytes); in testSystemTzVersionFileCorrupt()
728 Files.write(mSystemDir.hostPath.resolve(SYSTEM_TZ_VERSION_FILE_NAME), systemTzData); in createSystemTzVersionFileOnHost()
805 Files.createDirectory(dir.hostPath); in createHostDirectory()
830 Files.write(scriptFile.hostPath, hostScriptContent.getBytes(StandardCharsets.US_ASCII)); in executeCommandOnDeviceWithResultCode()
[all …]
/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java439 private void executePush(String hostPath, String targetPath, String targetDirectory) in executePush() argument
447 assertTrue(mDevice.pushFile(new File(hostPath), tmpPath)); in executePush()
472 private void executePull(String targetPath, String hostPath) in executePull() argument
478 assertTrue(mDevice.pullFile(tmpPath, new File(hostPath))); in executePull()