Searched refs:dyld_root_path (Results 1 – 1 of 1) sorted by relevance
1634 std::string dyld_root_path = env.lookup("DYLD_ROOT_PATH"); in GetOSVersion() local1635 if (!dyld_root_path.empty()) { in GetOSVersion()1636 dyld_root_path += "/System/Library/CoreServices/SystemVersion.plist"; in GetOSVersion()1637 ApplePropertyList system_version_plist(dyld_root_path.c_str()); in GetOSVersion()