Home
last modified time | relevance | path

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

/system/extras/preopt2cachename/
Dpreopt2cachename.cpp58 std::string apk_name = file_location.substr(file_location_start + 1, in ExtractAPKName() local
62 apk_name += "apk"; in ExtractAPKName()
63 return apk_name; in ExtractAPKName()
87 std::string apk_name = ExtractAPKName(file_location); in SystemBFilenameToCacheFile() local
88 if (apk_name.empty()) { in SystemBFilenameToCacheFile()
97 cache_file += apk_name; in SystemBFilenameToCacheFile()