Searched refs:use_fd_prefix (Results 1 – 2 of 2) sorted by relevance
125 const std::string& use_fd_prefix = "");131 const std::string& use_fd_prefix = "") {133 extra_args, image_file_name_prefix, dex_files, dex_files, error_msg, use_fd_prefix);
459 const std::string& use_fd_prefix) { in CompileBootImage() argument490 if (!use_fd_prefix.empty()) { in CompileBootImage()491 art_file.reset(OS::CreateEmptyFile((use_fd_prefix + ".art").c_str())); in CompileBootImage()492 vdex_file.reset(OS::CreateEmptyFile((use_fd_prefix + ".vdex").c_str())); in CompileBootImage()493 oat_file.reset(OS::CreateEmptyFile((use_fd_prefix + ".oat").c_str())); in CompileBootImage()