Searched refs:LocationIsOnSystemFramework (Results 1 – 4 of 4) sorted by relevance
187 bool LocationIsOnSystemFramework(std::string_view location);
792 bool LocationIsOnSystemFramework(std::string_view full_path) { in LocationIsOnSystemFramework() function
641 ASSERT_FALSE(LocationIsOnSystemFramework(data_location_path)); in TEST_F()648 ASSERT_FALSE(LocationIsOnSystemFramework(system_location_path)); in TEST_F()673 ASSERT_TRUE(LocationIsOnSystemFramework(system_framework_location_path)); in TEST_F()699 ASSERT_FALSE(LocationIsOnSystemFramework(data_multi_location_path)); in TEST_F()707 ASSERT_FALSE(LocationIsOnSystemFramework(system_multi_location_path)); in TEST_F()734 ASSERT_TRUE(LocationIsOnSystemFramework(system_framework_multi_location_path)); in TEST_F()
118 if (LocationIsOnSystemFramework(dex_location)) { in DetermineDomainFromLocation()