Searched refs:AddDexFileSource (Results 1 – 4 of 4) sorted by relevance
/art/dex2oat/linker/ |
D | oat_writer.h | 146 bool AddDexFileSource( 152 bool AddDexFileSource(
|
D | oat_writer_test.cc | 141 if (!oat_writer.AddDexFileSource(dex_filename, dex_filename)) { in WriteElf() 162 if (!oat_writer.AddDexFileSource(std::move(dex_file_fd), location)) { in WriteElf()
|
D | oat_writer.cc | 503 bool OatWriter::AddDexFileSource(const char* filename, in AddDexFileSource() function in art::linker::OatWriter 513 return AddDexFileSource(std::move(fd), location, create_type_lookup_table); in AddDexFileSource() 518 bool OatWriter::AddDexFileSource(File&& dex_file_fd, in AddDexFileSource() function in art::linker::OatWriter
|
/art/dex2oat/ |
D | dex2oat.cc | 2700 if (!oat_writers_[0]->AddDexFileSource(File(zip_fd_, /* check_usage */ false), in AddDexFileSources() 2709 if (!oat_writers_[i]->AddDexFileSource(dex_filenames_[i].c_str(), in AddDexFileSources() 2718 if (!oat_writers_[0]->AddDexFileSource(dex_filenames_[i].c_str(), in AddDexFileSources()
|