Searched defs:StringPiece (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DApkAssets.cpp131 const std::function<void(const StringPiece&, FileType)>& f) const {
154 StringPiece full_file_path(reinterpret_cast<const char*>(name.name), name.name_length);
155 StringPiece leaf_file_path = full_file_path.substr(root_path_full.size());
130 ForEachFile(const std::string& root_path, const std::function<void(const StringPiece&, FileType)>& f) const argument

Completed in 61 milliseconds