Home
last modified time | relevance | path

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

/art/runtime/
Dhidden_api_test.cc692 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path)); in TEST_F()
701 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path)); in TEST_F()
717 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path)); in TEST_F()
728 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path)); in TEST_F()
751 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path)); in TEST_F()
761 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path)); in TEST_F()
780 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_multi_location_path)); in TEST_F()
791 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_multi_location_path)); in TEST_F()
Dhidden_api.cc122 if (LocationIsOnSystemExtFramework(dex_location)) { in DetermineDomainFromLocation()
/art/libartbase/base/
Dfile_utils.h205 bool LocationIsOnSystemExtFramework(std::string_view location);
Dfile_utils.cc833 bool LocationIsOnSystemExtFramework(std::string_view full_path) { in LocationIsOnSystemExtFramework() function