HomeSort by relevance Sort by last modified time
    Searched refs:hostPath (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
TzDataCheckTest.java 164 Files.write(dataStagedDir.hostPath, new byte[] { 'a' });
192 Files.write(dataCurrentDir.hostPath, new byte[] { 'a' });
272 Files.write(dataCurrentDir.hostPath, new byte[] { 'a' });
407 Files.write(dataCurrentDir.hostPath, new byte[] { 'a' });
453 dataCurrentDir.hostPath.resolve(TimeZoneDistro.DISTRO_VERSION_FILE_NAME);
478 dataCurrentDir.hostPath.resolve(TimeZoneDistro.DISTRO_VERSION_FILE_NAME);
621 Files.write(mSystemDir.hostPath.resolve(SYSTEM_TZ_VERSION_FILE_NAME), invalidTzDataBytes);
    [all...]
  /cts/hostsidetests/compilation/src/android/compilation/cts/
AdbRootDependentCompilationTest.java 421 private void executePush(String hostPath, String targetPath, String targetDirectory)
429 assertTrue(mDevice.pushFile(new File(hostPath), tmpPath));
454 private void executePull(String targetPath, String hostPath)
460 assertTrue(mDevice.pullFile(tmpPath, new File(hostPath)));
  /build/soong/cmd/fileslist/
fileslist.go 58 func newNode(hostPath string, devicePath string, stat os.FileInfo) Node {
59 return Node{Name: devicePath, path: hostPath, stat: stat}

Completed in 293 milliseconds