Home
last modified time | relevance | path

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

/art/dex2oat/linker/
Doat_writer.h138 bool AddDexFileSource(
143 bool AddDexFileSource(
Doat_writer_test.cc139 if (!oat_writer.AddDexFileSource(dex_filename, dex_filename)) { in WriteElf()
160 if (!oat_writer.AddDexFileSource(std::move(dex_file_fd), location)) { in WriteElf()
Doat_writer.cc408 bool OatWriter::AddDexFileSource(const char* filename, const char* location) { in AddDexFileSource() function in art::linker::OatWriter
416 return AddDexFileSource(std::move(fd), location); in AddDexFileSource()
421 bool OatWriter::AddDexFileSource(File&& dex_file_fd, const char* location) { in AddDexFileSource() function in art::linker::OatWriter
/art/dex2oat/
Ddex2oat.cc2596 if (!oat_writers_[0]->AddDexFileSource(File(zip_fd_, /* check_usage */ false), in AddDexFileSources()
2619 if (!oat_writer->AddDexFileSource(File(dex_fds_[i], /* check_usage */ false), in AddDexFileSources()
2624 if (!oat_writer->AddDexFileSource(dex_filenames_[i].c_str(), in AddDexFileSources()