Home
last modified time | relevance | path

Searched refs:LocationIsOnSystemFramework (Results 1 – 4 of 4) sorted by relevance

/art/libartbase/base/
Dfile_utils.h164 bool LocationIsOnSystemFramework(std::string_view location);
Dfile_utils.cc628 bool LocationIsOnSystemFramework(std::string_view full_path) { in LocationIsOnSystemFramework() function
/art/runtime/
Dhidden_api_test.cc642 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()
Dhidden_api.cc119 if (LocationIsOnSystemFramework(dex_location.c_str())) { in DetermineDomainFromLocation()