Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCache.java158 private void addFiles(File dir, Stack<String> relPathSegments, in addFiles() argument
168 relPathSegments.push(childFile.getName()); in addFiles()
169 addFiles(childFile, relPathSegments, cacheEntryList); in addFiles()
170 relPathSegments.pop(); in addFiles()
173 for (String pathSeg : relPathSegments) { in addFiles()