Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api_test.cc657 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path.c_str())); in TEST_F()
666 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path.c_str())); in TEST_F()
682 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path.c_str())); in TEST_F()
693 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path.c_str())); in TEST_F()
716 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path.c_str())); in TEST_F()
726 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path.c_str())); in TEST_F()
745 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_multi_location_path.c_str())); in TEST_F()
756 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_multi_location_path.c_str())); in TEST_F()
Dhidden_api.cc123 if (LocationIsOnSystemExtFramework(dex_location.c_str())) { in DetermineDomainFromLocation()
/art/libartbase/base/
Dfile_utils.h167 bool LocationIsOnSystemExtFramework(std::string_view location);
Dfile_utils.cc635 bool LocationIsOnSystemExtFramework(std::string_view full_path) { in LocationIsOnSystemExtFramework() function