Home
last modified time | relevance | path

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

/tools/tradefederation/core/javatests/com/android/tradefed/cache/
DMerkleTreeTest.java93 private void addFile(File file, String content, boolean isExecutable) throws IOException { in addFile()
103 private static FileNode newFileNode(String name, Digest digest, boolean isExecutable) { in newFileNode()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java919 public boolean isExecutable(String fullPath) throws DeviceNotAvailableException; in isExecutable() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java1960 public boolean isExecutable(String fullPath) throws DeviceNotAvailableException { in isExecutable() method in NativeDevice