Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetsProvider.cpp243 StringPiece leaf_file_path = full_file_path.substr(root_path_full.size()); in ForEachFile() local
245 if (!leaf_file_path.empty()) { in ForEachFile()
246 auto iter = std::find(leaf_file_path.begin(), leaf_file_path.end(), '/'); in ForEachFile()
247 if (iter != leaf_file_path.end()) { in ForEachFile()
248 std::string dir(leaf_file_path.substr(0, std::distance(leaf_file_path.begin(), iter))); in ForEachFile()
251 f(leaf_file_path, kFileTypeRegular); in ForEachFile()