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