Searched refs:data_location_path (Results 1 – 1 of 1) sorted by relevance
620 std::string data_location_path = android_data_ + "/foo.jar"; in TEST_F() local621 ASSERT_FALSE(LocationIsOnSystemFramework(data_location_path.c_str())); in TEST_F()622 TestLocation(data_location_path, hiddenapi::Domain::kApplication); in TEST_F()