Home
last modified time | relevance | path

Searched defs:doesFileExist (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java728 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException; in doesFileExist() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DTestDevice.java1135 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist() method in TestDevice
DNativeDevice.java1274 public boolean doesFileExist(String deviceFilePath) throws DeviceNotAvailableException { in doesFileExist() method in NativeDevice