Home
last modified time | relevance | path

Searched refs:CopyDexFiles (Results 1 – 4 of 4) sorted by relevance

/art/dex2oat/
Ddex2oat_image_test.cc131 void CopyDexFiles(const std::string& dir, /*inout*/std::vector<std::string>* dex_files) { in CopyDexFiles() function in art::Dex2oatImageTest
271 CopyDexFiles(jar_dir, &libcore_dex_files); in TEST_F()
498 CopyDexFiles(scratch_dir, &boot_class_path); in TEST_F()
Ddex2oat_options.def74 DEX2OAT_OPTIONS_KEY (linker::CopyOption, CopyDexFiles)
Ddex2oat_options.cc239 .IntoKey(M::CopyDexFiles) in CreateArgumentParser()
Ddex2oat.cc1376 AssignIfExists(args, M::CopyDexFiles, &copy_dex_files_); in ParseArgs()