Home
last modified time | relevance | path

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

/system/extras/preopt2cachename/
Dpreopt2cachename.cpp34 static std::string ExtractISA(const std::string& file_location) { in ExtractISA()
48 static std::string ExtractAPKName(const std::string& file_location) { in ExtractAPKName()
67 static bool SystemBFilenameToCacheFile(const std::string& file_location, in SystemBFilenameToCacheFile()
111 static bool SystemBFileToCacheFile(const std::string& file_location, in SystemBFileToCacheFile()
132 std::string file_location(argv[1]); in main() local