Home
last modified time | relevance | path

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

/aosp12/art/runtime/
H A Dcommon_runtime_test.h120 const std::string& image_file_name_prefix,
127 const std::string& image_file_name_prefix,
132 extra_args, image_file_name_prefix, dex_files, dex_files, error_msg, use_fd_prefix);
H A Dcommon_runtime_test.cc430 const std::string& image_file_name_prefix, in CompileBootImage() argument
471 argv.push_back("--oat-location=" + image_file_name_prefix + ".oat"); in CompileBootImage()
473 argv.push_back("--image=" + image_file_name_prefix + ".art"); in CompileBootImage()
474 argv.push_back("--oat-file=" + image_file_name_prefix + ".oat"); in CompileBootImage()
475 argv.push_back("--oat-location=" + image_file_name_prefix + ".oat"); in CompileBootImage()