Home
last modified time | relevance | path

Searched refs:findChild (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java66 public IFileEntry findChild(String name) throws DeviceNotAvailableException { in findChild() method in FileEntryWrapper
130 child = child.findChild(childName); in getDescendant()
DIFileEntry.java55 public IFileEntry findChild(String name) throws DeviceNotAvailableException; in findChild() method
DNativeDevice.java1453 IFileEntry entry = remoteFileEntry.findChild(localFile.getName()); in syncFiles()