Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h117 bool LocationIsOnSystemExtFramework(const char* location);
Dfile_utils.cc454 bool LocationIsOnSystemExtFramework(const char* full_path) { in LocationIsOnSystemExtFramework() function
/art/runtime/
Dhidden_api_test.cc624 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path.c_str())); in TEST_F()
675 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path.c_str())); in TEST_F()
752 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path.c_str())); in TEST_F()
806 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_multi_location_path.c_str())); in TEST_F()
Dhidden_api.cc110 if (LocationIsOnSystemExtFramework(dex_location.c_str())) { in DetermineDomainFromLocation()