HomeSort by relevance Sort by last modified time
    Searched refs:android_root (Results 1 - 14 of 14) sorted by null

  /art/compiler/
elf_writer_mclinker.h 46 const std::string& android_root,
54 const std::string& android_root,
67 void AddRuntimeInputs(const std::string& android_root, bool is_host);
elf_writer.h 56 const std::string& android_root,
elf_writer_mclinker.cc 57 const std::string& android_root,
61 return elf_writer.Write(oat_writer, dex_files, android_root, is_host);
66 const std::string& android_root,
78 AddRuntimeInputs(android_root, is_host);
278 void ElfWriterMclinker::AddRuntimeInputs(const std::string& android_root, bool is_host) {
279 std::string libart_so(android_root);
292 compiler_runtime_lib += android_root;
305 libc_lib += android_root;
317 libm_lib += android_root;
compiler.cc 140 const std::string& android_root,
145 file, oat_writer, dex_files, android_root, is_host, driver);
compilers.cc 93 const std::string& android_root,
95 return art::ElfWriterQuick::Create(file, oat_writer, dex_files, android_root, is_host,
compiler.h 76 const std::string& android_root,
compilers.h 50 const std::string& android_root,
elf_writer_quick.h 32 const std::string& android_root,
40 const std::string& android_root,
elf_writer_quick.cc     [all...]
  /art/dex2oat/
dex2oat.cc 143 UsageError(" Default: $ANDROID_ROOT/system/framework/boot.art");
147 UsageError(" Default: $ANDROID_ROOT");
345 const std::string& android_root,
424 if (!driver->WriteElf(android_root, is_host, dex_files, &oat_writer, oat_file)) {
834 std::string android_root; local
    [all...]
  /cts/tools/utils/
buildCts.py 70 self.android_root = sys.argv[4]
75 self.definedplans_repository = os.path.join(self.android_root, 'cts/tests/plans')
  /art/runtime/
utils.cc 1160 const char* android_root = getenv("ANDROID_ROOT"); local
    [all...]
  /art/compiler/driver/
compiler_driver.h 372 bool WriteElf(const std::string& android_root,
    [all...]
compiler_driver.cc     [all...]

Completed in 221 milliseconds