Home
last modified time | relevance | path

Searched refs:getDescendant (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DFileEntryWrapper.java125 static IFileEntry getDescendant(IFileEntry fileEntry, List<String> childSegments) in getDescendant() method in FileEntryWrapper
DNativeDevice.java1261 return FileEntryWrapper.getDescendant(rootFile, Arrays.asList(pathComponents)); in getFileEntry()