Searched refs:kOnlyIfCompressed (Results 1 – 6 of 6) sorted by relevance
/art/dex2oat/linker/ |
D | oat_writer_test.cc | 123 vdex_file, oat_file, oat_writer, key_value_store, verify, CopyOption::kOnlyIfCompressed); in WriteElf() 594 CopyOption::kOnlyIfCompressed, in TestDexFileInput() 819 TestZipFileInput(false, CopyOption::kOnlyIfCompressed); in TEST_F() 827 TestZipFileInput(true, CopyOption::kOnlyIfCompressed); in TEST_F() 847 CopyOption::kOnlyIfCompressed, in TestZipFileInputWithEmptyDex()
|
D | oat_writer.h | 70 kOnlyIfCompressed enumerator
|
D | image_test.h | 265 /* copy_dex_files */ CopyOption::kOnlyIfCompressed, in DoCompile()
|
D | oat_writer.cc | 3175 if (copy_dex_files == CopyOption::kOnlyIfCompressed) { in WriteDexFiles()
|
/art/dex2oat/ |
D | dex2oat_options.cc | 228 .WithValueMap({{"true", linker::CopyOption::kOnlyIfCompressed}, in CreateArgumentParser()
|
D | dex2oat.cc | 2824 linker::CopyOption copy_dex_files_ = linker::CopyOption::kOnlyIfCompressed;
|