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

  /cts/hostsidetests/security/src/android/cts/security/
SELinuxHostTest.java 199 device.pullFile(deviceFilePath, file);
226 assertTrue(device.pullFile("/system/etc/selinux/plat_sepolicy.cil", systemSepolicyCilFile));
537 if (mDevice.pullFile("/system/etc/selinux/plat_seapp_contexts", devicePlatSeappFile)) {
538 mDevice.pullFile("/vendor/etc/selinux/nonplat_seapp_contexts", deviceNonplatSeappFile);
540 mDevice.pullFile("/plat_seapp_contexts", devicePlatSeappFile);
541 mDevice.pullFile("/nonplat_seapp_contexts", deviceNonplatSeappFile);
603 if (!mDevice.pullFile("/system/etc/selinux/plat_seapp_contexts", devicePlatSeappFile)) {
604 mDevice.pullFile("/plat_seapp_contexts", devicePlatSeappFile);
656 if (!mDevice.pullFile("/system/etc/selinux/plat_property_contexts", devicePcFile)) {
657 mDevice.pullFile("/plat_property_contexts", devicePcFile)
    [all...]
KernelConfigTest.java 95 device.pullFile("/proc/config.gz", file);
  /cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
ListeningPortsTest.java 235 getDevice().pullFile(procFilePath, procFile);
  /cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
ReportProcessor.java 107 File reportFile = device.pullFile(reportPath);
MediaBitstreamsTest.java 310 device.pullFile(reportPath, dynamicConfigFile);
442 File hostFile = reportPath == null ? null : device.pullFile(reportPath);
  /cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java 128 assertTrue("Could not pull file", device.pullFile(devicePath, tmpFile));
  /cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
TzDataCheckTest.java     [all...]
  /cts/hostsidetests/dexmetadata/host/src/com/android/cts/dexmetadata/
InstallDexMetadataHostTest.java 255 getDevice().pullFile(getSnapshotLocation(INSTALL_PACKAGE), snapshotFile);
  /cts/hostsidetests/theme/src/android/theme/cts/
ThemeHostTest.java 168 mDevice.pullFile(GENERATED_ASSETS_ZIP, localZip));
  /cts/hostsidetests/compilation/src/android/compilation/cts/
AdbRootDependentCompilationTest.java 460 assertTrue(mDevice.pullFile(tmpPath, new File(hostPath)));

Completed in 201 milliseconds