Searched refs:system_ext_location_path (Results 1 – 1 of 1) sorted by relevance
635 std::string system_ext_location_path = android_system_ext_ + "/foo.jar"; in TEST_F() local636 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path.c_str())); in TEST_F()637 TestLocation(system_ext_location_path, hiddenapi::Domain::kApplication); in TEST_F()644 std::string system_ext_location_path = GetAndroidRoot() + "/system_ext/foo.jar"; in TEST_F() local645 ASSERT_FALSE(LocationIsOnSystemExtFramework(system_ext_location_path.c_str())); in TEST_F()646 TestLocation(system_ext_location_path, hiddenapi::Domain::kApplication); in TEST_F()