Searched refs:LocationIsOnSystemExtFramework (Results 1 – 4 of 4) sorted by relevance
692 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path)); in TEST_F()701 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path)); in TEST_F()717 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path)); in TEST_F()728 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_location_path)); in TEST_F()751 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path)); in TEST_F()761 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_multi_location_path)); in TEST_F()780 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_multi_location_path)); in TEST_F()791 ASSERT_TRUE(LocationIsOnSystemExtFramework(system_ext_framework_multi_location_path)); in TEST_F()
122 if (LocationIsOnSystemExtFramework(dex_location)) { in DetermineDomainFromLocation()
205 bool LocationIsOnSystemExtFramework(std::string_view location);
833 bool LocationIsOnSystemExtFramework(std::string_view full_path) { in LocationIsOnSystemExtFramework() function