Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppApkAssets.java370 String leaf_file_path = full_file_path.substring(root_path_full.length()); in ForEachFile() local
372 if (!leaf_file_path.isEmpty()) { in ForEachFile()
380 dirs.add(leaf_file_path.substring(0, leaf_file_path.indexOf("/"))); in ForEachFile()
382 f.callback(leaf_file_path, kFileTypeRegular); in ForEachFile()