Searched refs:framework_path (Results 1 – 1 of 1) sorted by relevance
331 std::string framework_path = root_path + "/framework/"; in LocationIsOnSystemFramework() local332 return android::base::StartsWith(full_path, framework_path); in LocationIsOnSystemFramework()