Home
last modified time | relevance | path

Searched refs:CopyOption (Results 1 – 12 of 12) sorted by relevance

/aosp12/art/dex2oat/linker/
H A Doat_writer_test.cc132 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 Doat_writer.h67 enum class CopyOption { enum
165 CopyOption copy_dex_files,
280 CopyOption copy_dex_files,
H A Dimage_test.h262 /* copy_dex_files */ CopyOption::kOnlyIfCompressed, in DoCompile()
H A Doat_writer.cc687 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 Ddex2oat_options.cc333 .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 Ddex2oat_options.def74 DEX2OAT_OPTIONS_KEY (linker::CopyOption, CopyDexFiles)
H A Ddex2oat.cc2987 linker::CopyOption copy_dex_files_ = linker::CopyOption::kOnlyIfCompressed;
/aosp12/art/build/boot/
H A Dpreloaded-classes947 java.nio.file.CopyOption
H A Dboot-image-profile.txt10605 Ljava/nio/file/CopyOption;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/config/
H A Dpreloaded-classes12269 java.nio.file.CopyOption
H A Dboot-image-profile.txt46761 Ljava/nio/file/CopyOption;