Searched refs:relPathSegments (Results 1 – 1 of 1) sorted by relevance
158 private void addFiles(File dir, Stack<String> relPathSegments, in addFiles() argument168 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()