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 152 Files.write(dataStagedDir.hostPath, new byte[] { 'a' });
180 Files.write(dataCurrentDir.hostPath, new byte[] { 'a' });
260 Files.write(dataCurrentDir.hostPath, new byte[] { 'a' });
395 Files.write(dataCurrentDir.hostPath, new byte[] { 'a' });
441 dataCurrentDir.hostPath.resolve(TimeZoneDistro.DISTRO_VERSION_FILE_NAME);
466 dataCurrentDir.hostPath.resolve(TimeZoneDistro.DISTRO_VERSION_FILE_NAME);
609 Files.write(mSystemDir.hostPath.resolve(SYSTEM_TZDATA_FILE_NAME), invalidTzDataBytes);
714 Files.write(mSystemDir.hostPath.resolve(SYSTEM_TZDATA_FILE_NAME), systemTzData);
    [all...]
  /cts/hostsidetests/compilation/src/android/cts/compilation/
AdbRootDependentCompilationTest.java 399 private void executePush(String hostPath, String targetPath, String targetDirectory)
407 assertTrue(mDevice.pushFile(new File(hostPath), tmpPath));
432 private void executePull(String targetPath, String hostPath)
438 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 265 milliseconds