Searched refs:LocationIsOnSystemExtFramework (Results 1 – 4 of 4) sorted by relevance
657 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path.c_str())); in TEST_F()666 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path.c_str())); in TEST_F()682 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path.c_str())); in TEST_F()693 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path.c_str())); in TEST_F()716 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path.c_str())); in TEST_F()726 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path.c_str())); in TEST_F()745 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_multi_location_path.c_str())); in TEST_F()756 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_multi_location_path.c_str())); in TEST_F()
123 if (LocationIsOnSystemExtFramework(dex_location.c_str())) { in DetermineDomainFromLocation()
167 bool LocationIsOnSystemExtFramework(std::string_view location);
635 bool LocationIsOnSystemExtFramework(std::string_view full_path) { in LocationIsOnSystemExtFramework() function