Searched refs:apk_name (Results 1 – 1 of 1) sorted by relevance
58 std::string apk_name = file_location.substr(file_location_start + 1, in ExtractAPKName() local62 apk_name += "apk"; in ExtractAPKName()63 return apk_name; in ExtractAPKName()87 std::string apk_name = ExtractAPKName(file_location); in SystemBFilenameToCacheFile() local88 if (apk_name.empty()) { in SystemBFilenameToCacheFile()97 cache_file += apk_name; in SystemBFilenameToCacheFile()