Home
last modified time | relevance | path

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

/art/libartbase/base/
Dfile_utils.h107 bool LocationIsOnSystemFramework(const char* location);
Dfile_utils.cc446 bool LocationIsOnSystemFramework(const char* full_path) { in LocationIsOnSystemFramework() function
/art/runtime/
Dhidden_api_test.cc546 ASSERT_FALSE(LocationIsOnSystemFramework(data_location_path.c_str())); in TEST_F()
569 ASSERT_FALSE(LocationIsOnSystemFramework(system_location_path.c_str())); in TEST_F()
592 ASSERT_TRUE(LocationIsOnSystemFramework(system_framework_location_path.c_str())); in TEST_F()
619 ASSERT_FALSE(LocationIsOnSystemFramework(data_multi_location_path.c_str())); in TEST_F()
644 ASSERT_FALSE(LocationIsOnSystemFramework(system_multi_location_path.c_str())); in TEST_F()
669 ASSERT_TRUE(LocationIsOnSystemFramework(system_framework_multi_location_path.c_str())); in TEST_F()
Dhidden_api.cc106 if (LocationIsOnSystemFramework(dex_location.c_str())) { in DetermineDomainFromLocation()