Searched refs:CopyOption (Results 1 – 12 of 12) sorted by relevance
/aosp12/art/dex2oat/linker/ |
H A D | oat_writer_test.cc | 132 CopyOption copy, in WriteElf() 154 CopyOption copy, in WriteElf() 173 CopyOption copy) { in DoWriteElf() 302 void TestZipFileInput(bool verify, CopyOption copy); 636 CopyOption::kOnlyIfCompressed, in TestDexFileInput() 674 CopyOption::kOnlyIfCompressed, in TestDexFileInput() 709 void OatTest::TestZipFileInput(bool verify, CopyOption copy) { in TestZipFileInput() 854 TestZipFileInput(false, CopyOption::kOnlyIfCompressed); in TEST_F() 858 TestZipFileInput(false, CopyOption::kNever); in TEST_F() 862 TestZipFileInput(true, CopyOption::kOnlyIfCompressed); in TEST_F() [all …]
|
H A D | oat_writer.h | 67 enum class CopyOption { enum 165 CopyOption copy_dex_files, 280 CopyOption copy_dex_files,
|
H A D | image_test.h | 262 /* copy_dex_files */ CopyOption::kOnlyIfCompressed, in DoCompile()
|
H A D | oat_writer.cc | 687 CopyOption copy_dex_files, in WriteAndOpenDexFiles() 3103 CopyOption copy_dex_files, in WriteDexFiles() 3108 if (copy_dex_files == CopyOption::kOnlyIfCompressed) { in WriteDexFiles() 3121 } else if (copy_dex_files == CopyOption::kAlways) { in WriteDexFiles() 3124 DCHECK(copy_dex_files == CopyOption::kNever); in WriteDexFiles()
|
/aosp12/art/dex2oat/ |
H A D | dex2oat_options.cc | 333 .WithType<linker::CopyOption>() in CreateDex2oatArgumentParser() 334 .WithValueMap({{"true", linker::CopyOption::kOnlyIfCompressed}, in CreateDex2oatArgumentParser() 335 {"false", linker::CopyOption::kNever}, in CreateDex2oatArgumentParser() 336 {"always", linker::CopyOption::kAlways}}) in CreateDex2oatArgumentParser()
|
H A D | dex2oat_options.def | 74 DEX2OAT_OPTIONS_KEY (linker::CopyOption, CopyDexFiles)
|
H A D | dex2oat.cc | 2987 linker::CopyOption copy_dex_files_ = linker::CopyOption::kOnlyIfCompressed;
|
/aosp12/art/build/boot/ |
H A D | preloaded-classes | 947 java.nio.file.CopyOption
|
H A D | boot-image-profile.txt | 10605 Ljava/nio/file/CopyOption;
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 12269 java.nio.file.CopyOption
|
H A D | boot-image-profile.txt | 46761 Ljava/nio/file/CopyOption;
|