Home
last modified time | relevance | path

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

/system/extras/preopt2cachename/
Dpreopt2cachename.cpp71 size_t apk_position = file_location.find("/oat", initial_position); in SystemBFilenameToCacheFile() local
72 if (apk_position == std::string::npos) { in SystemBFilenameToCacheFile()
78 cache_file += file_location.substr(initial_position, apk_position); in SystemBFilenameToCacheFile()