/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 | class_loader_context.h | 84 bool OpenDexFiles(InstructionSet isa,
|
D | module_exclusion_test.cc | 95 std::vector<std::unique_ptr<const DexFile>> dex_files = OpenDexFiles(filename.c_str()); in LoadModule()
|
D | oat_file_assistant_test.cc | 180 ASSERT_TRUE(context->OpenDexFiles(kRuntimeISA, "")); in TEST_F() 207 ASSERT_TRUE(context->OpenDexFiles(kRuntimeISA, "")); in TEST_F() 1399 ASSERT_TRUE(context->OpenDexFiles(kRuntimeISA, "")); in TEST_F()
|
D | oat_file_assistant.cc | 921 if (!context->OpenDexFiles(oat_file_assistant_->isa_, classpath_dir, context_fds)) { in ClassLoaderContextIsOkay()
|
D | oat_file_manager.cc | 824 DCHECK(context->OpenDexFiles(kRuntimeISA, "")) in OpenDexFilesFromOat_Impl()
|
D | class_loader_context.cc | 403 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 | 488 std::vector<std::unique_ptr<const DexFile>> CommonArtTestImpl::OpenDexFiles(const char* filename) { in OpenDexFiles() function in art::CommonArtTestImpl 509 std::vector<std::unique_ptr<const DexFile>> dex_files(OpenDexFiles(filename)); in OpenDexFile() 516 return OpenDexFiles(GetTestDexFileName(name).c_str()); in OpenTestDexFiles()
|
D | common_art_test.h | 273 std::vector<std::unique_ptr<const DexFile>> OpenDexFiles(const char* filename);
|
/art/dex2oat/linker/ |
D | oat_writer.h | 316 bool OpenDexFiles(File* file,
|
D | oat_writer.cc | 685 !OpenDexFiles(vdex_file, verify, &dex_files_map, &dex_files)) { in WriteAndOpenDexFiles() 3683 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 | 336 if (context == nullptr || !context->OpenDexFiles(kRuntimeISA, kBaseDir)) { in DexFile_getClassLoaderContext()
|
/art/dex2oat/ |
D | dex2oat.cc | 1874 if (!class_loader_context_->OpenDexFiles(runtime_->GetInstructionSet(), in Setup()
|