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

/frameworks/base/libs/androidfw/
H A DApkAssets.cpp134 std::string root_path_full = root_path; local
135 if (root_path_full.back() != '/') {
136 root_path_full += '/';
139 ::ZipString prefix(root_path_full.c_str());
155 StringPiece leaf_file_path = full_file_path.substr(root_path_full.size());

Completed in 1281 milliseconds