OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doesFileExist
(Results
1 - 13
of
13
) sorted by null
/cts/hostsidetests/testharness/src/android/testharness/cts/
TestHarnessModeDeviceTest.java
54
if (getDevice().
doesFileExist
("/sdcard/test.txt")
55
&& getDevice().
doesFileExist
("/data/local/tmp/test.txt")) {
143
getDevice().
doesFileExist
(devicePath));
149
getDevice().
doesFileExist
(path));
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/
VmTestPreparer.java
122
if (device.
doesFileExist
(VM_TEMP_DIR)) {
136
if (device.
doesFileExist
(remoteFilePath)) {
139
if (!(device.
doesFileExist
(TEMP_DIR))) {
/cts/hostsidetests/compilation/src/android/compilation/cts/
AdbRootDependentCompilationTest.java
168
doesFileExist
(ProfileLocation.REF.getPath()));
187
doesFileExist
(clientPath));
212
if (
doesFileExist
(clientPath)) {
265
if (!
doesFileExist
(targetDir)) {
277
assertTrue("Failed to push text profile",
doesFileExist
(targetPathTemp));
281
assertTrue("Failed to push APK from ",
doesFileExist
(targetPathApk));
285
assertTrue("Failed find APK " + pathSpec,
doesFileExist
(pathSpec));
294
assertTrue("failed to create profile file",
doesFileExist
(targetPath));
331
assertTrue("odex file not found: " + result,
doesFileExist
(result));
466
private boolean
doesFileExist
(String path) throws DeviceNotAvailableException
[
all
...]
/cts/hostsidetests/security/src/android/cts/security/
KernelConfigTest.java
83
if (!device.
doesFileExist
("/proc/config.gz")){
197
private boolean
doesFileExist
(String filePath) throws Exception {
FileSystemPermissionTest.java
87
if (!mDevice.
doesFileExist
(HW_RNG_DEVICE)) {
SELinuxHostTest.java
159
if (mDevice.
doesFileExist
("/vendor/etc/selinux/nonplat_file_contexts")){
187
if (!device.
doesFileExist
(deviceFilePath)){
275
(device.
doesFileExist
("/vendor/etc/vintf/manifest.xml")) ?
418
return device.
doesFileExist
("/system/etc/selinux/plat_file_contexts");
[
all
...]
/cts/hostsidetests/jdwpsecurity/src/android/jdwpsecurity/cts/
JdwpSecurityHostTest.java
272
if (getDevice().
doesFileExist
(remoteFilePath)) {
283
return getDevice().
doesFileExist
(remoteFilePath);
/cts/hostsidetests/sample/src/android/sample/cts/
SampleHostResultTest.java
126
assertTrue("Unsuccessful transfer", device.
doesFileExist
(devicePath));
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
HostAtomTests.java
487
return
doesFileExist
(WAKE_LOCK_FILE) ||
doesFileExist
(WAKE_SOURCES_FILE);
AtomTestCase.java
[
all
...]
/cts/hostsidetests/tzdata/src/com/android/cts/tzdata/
TzDataCheckTest.java
[
all
...]
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
MediaBitstreamsTest.java
249
return device.
doesFileExist
(mDeviceBitstreamsPath)
/external/guice/extensions/struts2/lib/
core-3.1.1.jar
Completed in 218 milliseconds