/art/runtime/ |
D | class_loader_context_test.cc | 404 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, ".")); in TEST_F() 418 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, /*classpath_dir=*/ "")); in TEST_F() 468 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, /*classpath_dir=*/ "")); in TEST_F() 502 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, cwd_buf)); in TEST_F() 520 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F() 529 ASSERT_FALSE(context->OpenDexFiles(InstructionSet::kArm, ".")); in TEST_F() 536 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F() 573 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F() 600 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F() 638 ASSERT_TRUE(context->OpenDexFiles(InstructionSet::kArm, "")); in TEST_F() [all …]
|
D | module_exclusion_test.cc | 85 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenDexFiles(filename.c_str()); in LoadModule()
|
D | class_loader_context.h | 77 bool OpenDexFiles(InstructionSet isa,
|
D | oat_file_assistant_test.cc | 151 ASSERT_TRUE(context->OpenDexFiles(kRuntimeISA, "")); in TEST_F() 178 ASSERT_TRUE(context->OpenDexFiles(kRuntimeISA, "")); in TEST_F() 1372 ASSERT_TRUE(context->OpenDexFiles(kRuntimeISA, "")); in TEST_F()
|
D | oat_file_assistant.cc | 927 if (!context->OpenDexFiles(oat_file_assistant_->isa_, classpath_dir, context_fds)) { in ClassLoaderContextIsOkay()
|
D | oat_file_manager.cc | 784 DCHECK(context->OpenDexFiles(kRuntimeISA, "")) in OpenDexFilesFromOat_Impl()
|
D | class_loader_context.cc | 399 bool ClassLoaderContext::OpenDexFiles(InstructionSet isa, in OpenDexFiles() function in art::ClassLoaderContext
|
/art/libdexfile/dex/ |
D | class_accessor_test.cc | 27 OpenDexFiles(GetLibCoreDexFileNames()[0].c_str())); in TEST_F()
|
D | art_dex_file_loader_test.cc | 44 dex_files_ = OpenDexFiles(lib_core_dex_file_names[0].c_str()); in SetUp()
|
/art/libartbase/base/ |
D | common_art_test.cc | 438 std::vector<std::unique_ptr<const DexFile>> CommonArtTestImpl::OpenDexFiles(const char* filename) { in OpenDexFiles() function in art::CommonArtTestImpl 459 std::vector<std::unique_ptr<const DexFile>> dex_files(OpenDexFiles(filename)); in OpenDexFile() 466 return OpenDexFiles(GetTestDexFileName(name).c_str()); in OpenTestDexFiles()
|
D | common_art_test.h | 207 std::vector<std::unique_ptr<const DexFile>> OpenDexFiles(const char* filename);
|
/art/dex2oat/linker/ |
D | oat_writer.h | 315 bool OpenDexFiles(File* file,
|
D | oat_writer.cc | 694 !OpenDexFiles(vdex_file, verify, &dex_files_map, &dex_files)) { in WriteAndOpenDexFiles() 3666 bool OatWriter::OpenDexFiles( in OpenDexFiles() function in art::linker::OatWriter
|
/art/tools/hiddenapi/ |
D | hiddenapi.cc | 235 OpenDexFiles(dex_paths, open_writable); in ClassPath() 273 void OpenDexFiles(const std::vector<std::string>& dex_paths, bool open_writable) { in OpenDexFiles() function in art::hiddenapi::ClassPath
|
/art/runtime/native/ |
D | dalvik_system_DexFile.cc | 335 if (context == nullptr || !context->OpenDexFiles(kRuntimeISA, kBaseDir)) { in DexFile_getClassLoaderContext()
|
/art/dex2oat/ |
D | dex2oat.cc | 1550 if (!class_loader_context_->OpenDexFiles(runtime_->GetInstructionSet(), in Setup()
|