Home
last modified time | relevance | path

Searched refs:AddDexFileSource (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/linker/
Doat_writer.h144 bool AddDexFileSource(
150 bool AddDexFileSource(
Doat_writer_test.cc141 if (!oat_writer.AddDexFileSource(dex_filename, dex_filename)) { in WriteElf()
162 if (!oat_writer.AddDexFileSource(std::move(dex_file_fd), location)) { in WriteElf()
Doat_writer.cc516 bool OatWriter::AddDexFileSource(const char* filename, in AddDexFileSource() function in art::linker::OatWriter
526 return AddDexFileSource(std::move(fd), location, create_type_lookup_table); in AddDexFileSource()
531 bool OatWriter::AddDexFileSource(File&& dex_file_fd, in AddDexFileSource() function in art::linker::OatWriter
/art/dex2oat/
Ddex2oat.cc2710 if (!oat_writers_[0]->AddDexFileSource(File(zip_fd_, /* check_usage */ false), in AddDexFileSources()
2719 if (!oat_writers_[i]->AddDexFileSource(dex_filenames_[i].c_str(), in AddDexFileSources()
2728 if (!oat_writers_[0]->AddDexFileSource(dex_filenames_[i].c_str(), in AddDexFileSources()