Home
last modified time | relevance | path

Searched defs:odex_file_location (Results 1 – 1 of 1) sorted by relevance

/system/extras/preopt2cachename/
Dpreopt2cachename.cpp32 static std::string ExtractISA(const std::string& odex_file_location) { in ExtractISA()
46 static std::string ExtractAPKName(const std::string& odex_file_location) { in ExtractAPKName()
65 static bool OdexFilenameToCacheFile(const std::string& odex_file_location, in OdexFilenameToCacheFile()
97 static bool OdexToCacheFile(std::string& odex_file_location, in OdexToCacheFile()
118 std::string odex_file_location(argv[1]); in main() local