Searched refs:LocationIsOnSystemFramework (Results 1 – 4 of 4) sorted by relevance
164 bool LocationIsOnSystemFramework(std::string_view location);
628 bool LocationIsOnSystemFramework(std::string_view full_path) { in LocationIsOnSystemFramework() function
642 ASSERT_FALSE(LocationIsOnSystemFramework(data_location_path.c_str())); in TEST_F()649 ASSERT_FALSE(LocationIsOnSystemFramework(system_location_path.c_str())); in TEST_F()674 ASSERT_TRUE(LocationIsOnSystemFramework(system_framework_location_path.c_str())); in TEST_F()700 ASSERT_FALSE(LocationIsOnSystemFramework(data_multi_location_path.c_str())); in TEST_F()708 ASSERT_FALSE(LocationIsOnSystemFramework(system_multi_location_path.c_str())); in TEST_F()735 ASSERT_TRUE(LocationIsOnSystemFramework(system_framework_multi_location_path.c_str())); in TEST_F()
119 if (LocationIsOnSystemFramework(dex_location.c_str())) { in DetermineDomainFromLocation()