Searched refs:LocationIsOnSystemExtFramework (Results 1 – 4 of 4) sorted by relevance
117 bool LocationIsOnSystemExtFramework(const char* location);
454 bool LocationIsOnSystemExtFramework(const char* full_path) { in LocationIsOnSystemExtFramework() function
624 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path.c_str())); in TEST_F()675 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path.c_str())); in TEST_F()752 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path.c_str())); in TEST_F()806 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_multi_location_path.c_str())); in TEST_F()
110 if (LocationIsOnSystemExtFramework(dex_location.c_str())) { in DetermineDomainFromLocation()