Searched refs:oat_path (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
H A Ddexopt.cpp850 static std::string replace_file_extension(const std::string& oat_path, const std::string& new_ext) { argument
852 if (EndsWith(oat_path, ".dex")) {
853 std::string new_path = oat_path;
861 size_t odex_pos = oat_path.rfind(".odex");
863 std::string new_path = oat_path;
875 static std::string create_image_filename(const std::string& oat_path) { argument
876 return replace_file_extension(oat_path, ".art");
880 static std::string create_vdex_filename(const std::string& oat_path) { argument
881 return replace_file_extension(oat_path, ".vdex");
1710 char oat_path[PKG_PATH_MA local
[all...]
H A Dotapreopt.cpp563 std::string oat_path = isa_path + "/system@framework@boot.oat"; local
565 if (access(art_path.c_str(), F_OK) == 0 && access(oat_path.c_str(), F_OK) == 0) {
601 return Dex2oatBootImage(boot_classpath_, art_path, oat_path, isa);
692 const std::string& oat_path,
701 cmd.push_back(StringPrintf("--oat-file=%s", oat_path.c_str()));
690 Dex2oatBootImage(const std::string& boot_cp, const std::string& art_path, const std::string& oat_path, const char* isa) const argument

Completed in 2038 milliseconds