Searched refs:LocationIsOnSystemFramework (Results 1 – 4 of 4) sorted by relevance
114 bool LocationIsOnSystemFramework(const char* location);
447 bool LocationIsOnSystemFramework(const char* full_path) { in LocationIsOnSystemFramework() function
578 ASSERT_FALSE(LocationIsOnSystemFramework(data_location_path.c_str())); in TEST_F()601 ASSERT_FALSE(LocationIsOnSystemFramework(system_location_path.c_str())); in TEST_F()648 ASSERT_TRUE(LocationIsOnSystemFramework(system_framework_location_path.c_str())); in TEST_F()702 ASSERT_FALSE(LocationIsOnSystemFramework(data_multi_location_path.c_str())); in TEST_F()727 ASSERT_FALSE(LocationIsOnSystemFramework(system_multi_location_path.c_str())); in TEST_F()777 ASSERT_TRUE(LocationIsOnSystemFramework(system_framework_multi_location_path.c_str())); in TEST_F()
106 if (LocationIsOnSystemFramework(dex_location.c_str())) { in DetermineDomainFromLocation()