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

  /art/dex2oat/
dex2oat_options.cc 227 .WithType<linker::CopyOption>()
228 .WithValueMap({{"true", linker::CopyOption::kOnlyIfCompressed},
229 {"false", linker::CopyOption::kNever},
230 {"always", linker::CopyOption::kAlways}})
dex2oat_options.def 74 DEX2OAT_OPTIONS_KEY (linker::CopyOption, CopyDexFiles)
dex2oat.cc     [all...]
  /art/dex2oat/linker/
oat_writer_test.cc 123 vdex_file, oat_file, oat_writer, key_value_store, verify, CopyOption::kOnlyIfCompressed);
131 CopyOption copy,
153 CopyOption copy) {
171 CopyOption copy) {
264 void TestZipFileInput(bool verify, CopyOption copy);
594 CopyOption::kOnlyIfCompressed,
671 void OatTest::TestZipFileInput(bool verify, CopyOption copy) {
    [all...]
oat_writer.h 67 enum class CopyOption {
180 CopyOption copy_dex_files,
296 CopyOption copy_dex_files);
image_test.h 265 /* copy_dex_files */ CopyOption::kOnlyIfCompressed,
oat_writer.cc 665 CopyOption copy_dex_files,
    [all...]

Completed in 1032 milliseconds