Lines Matching full:android_root
2438 bool CompilerDriver::WriteElf(const std::string& android_root,
2445 return art::ElfWriterMclinker::Create(file, oat_writer, dex_files, android_root, is_host, *this);
2447 return art::ElfWriterQuick::Create(file, oat_writer, dex_files, android_root, is_host, *this);