Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp318 std::string oat_path = isa_path + "/system@framework@boot.oat"; in PrepareBootImage() local
320 if (access(art_path.c_str(), F_OK) == 0 && access(oat_path.c_str(), F_OK) == 0) { in PrepareBootImage()
356 return Dex2oatBootImage(boot_classpath_, art_path, oat_path, isa); in PrepareBootImage()
447 const std::string& oat_path, in Dex2oatBootImage() argument
456 cmd.push_back(StringPrintf("--oat-file=%s", oat_path.c_str())); in Dex2oatBootImage()
Dcommands.cpp1430 static std::string create_image_filename(const std::string& oat_path) { in create_image_filename() argument
1432 if (EndsWith(oat_path, ".dex")) { in create_image_filename()
1433 std::string art_path = oat_path; in create_image_filename()
1441 size_t odex_pos = oat_path.rfind(".odex"); in create_image_filename()
1443 std::string art_path = oat_path; in create_image_filename()