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

/frameworks/base/libs/androidfw/
H A DApkAssets.cpp155 StringPiece leaf_file_path = full_file_path.substr(root_path_full.size()); local
156 auto iter = std::find(leaf_file_path.begin(), leaf_file_path.end(), '/');
157 if (iter != leaf_file_path.end()) {
159 leaf_file_path.substr(0, std::distance(leaf_file_path.begin(), iter)).to_string());
160 } else if (!leaf_file_path.empty()) {
161 f(leaf_file_path, kFileTypeRegular);

Completed in 910 milliseconds