Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppApkAssets.java336 String root_path_full = root_path; in ForEachFile() local
338 if (!root_path_full.endsWith("/")) { in ForEachFile()
339 root_path_full += '/'; in ForEachFile()
342 String prefix = root_path_full; in ForEachFile()
370 String leaf_file_path = full_file_path.substring(root_path_full.length()); in ForEachFile()