Searched defs:android_root (Results 1 - 2 of 2) sorted by relevance

/art/compiler/
H A Delf_writer_quick.cc62 const std::string& android_root,
66 return elf_writer.Write(oat_writer, dex_files, android_root, is_host);
59 Create(File* elf_file, OatWriter* oat_writer, const std::vector<const DexFile*>& dex_files, const std::string& android_root, bool is_host, const CompilerDriver& driver) argument
/art/runtime/
H A Dutils.cc1213 const char* android_root = getenv("ANDROID_ROOT"); local
1214 if (android_root == nullptr) {
1216 android_root = "/system";
1222 if (!OS::DirectoryExists(android_root)) {
1223 LOG(FATAL) << "Failed to find ANDROID_ROOT directory " << android_root;
1226 return android_root;

Completed in 94 milliseconds