Lines Matching refs:LoadDexFiles
506 static bool LoadDexFiles(const std::string& path, in LoadDexFiles() function
586 ASSERT_TRUE(LoadDexFiles(data_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
609 ASSERT_TRUE(LoadDexFiles(system_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
632 ASSERT_TRUE(LoadDexFiles(system_ext_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
657 ASSERT_TRUE(LoadDexFiles(system_framework_location_path, in TEST_F()
684 ASSERT_TRUE(LoadDexFiles(system_ext_framework_location_path, in TEST_F()
711 ASSERT_TRUE(LoadDexFiles(data_multi_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
736 ASSERT_TRUE(LoadDexFiles(system_multi_location_path, soa, &dex_files, &class_loader, &error_msg)) in TEST_F()
761 …ASSERT_TRUE(LoadDexFiles(system_ext_multi_location_path, soa, &dex_files, &class_loader, &error_ms… in TEST_F()
787 ASSERT_TRUE(LoadDexFiles(system_framework_multi_location_path, in TEST_F()
816 ASSERT_TRUE(LoadDexFiles(system_ext_framework_multi_location_path, in TEST_F()