Searched refs:oat_path (Results 1 – 2 of 2) sorted by relevance
318 std::string oat_path = isa_path + "/system@framework@boot.oat"; in PrepareBootImage() local320 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() argument456 cmd.push_back(StringPrintf("--oat-file=%s", oat_path.c_str())); in Dex2oatBootImage()
1430 static std::string create_image_filename(const std::string& oat_path) { in create_image_filename() argument1432 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()