Searched refs:AddDexFileSource (Results 1 – 4 of 4) sorted by relevance
138 bool AddDexFileSource(143 bool AddDexFileSource(
141 if (!oat_writer.AddDexFileSource(dex_filename, dex_filename)) { in WriteElf()162 if (!oat_writer.AddDexFileSource(std::move(dex_file_fd), location)) { in WriteElf()
530 bool OatWriter::AddDexFileSource(const char* filename, const char* location) { in AddDexFileSource() function in art::linker::OatWriter538 return AddDexFileSource(std::move(fd), location); in AddDexFileSource()543 bool OatWriter::AddDexFileSource(File&& dex_file_fd, const char* location) { in AddDexFileSource() function in art::linker::OatWriter
2600 if (!oat_writers_[0]->AddDexFileSource(File(zip_fd_, /* check_usage */ false), in AddDexFileSources()2609 if (!oat_writers_[i]->AddDexFileSource(dex_filenames_[i].c_str(), in AddDexFileSources()2618 if (!oat_writers_[0]->AddDexFileSource(dex_filenames_[i].c_str(), in AddDexFileSources()