Searched refs:findChild (Results 1 – 3 of 3) sorted by relevance
66 public IFileEntry findChild(String name) throws DeviceNotAvailableException { in findChild() method in FileEntryWrapper130 child = child.findChild(childName); in getDescendant()
55 public IFileEntry findChild(String name) throws DeviceNotAvailableException; in findChild() method
1453 IFileEntry entry = remoteFileEntry.findChild(localFile.getName()); in syncFiles()