Home
last modified time | relevance | path

Searched refs:dyld_root_path (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/MacOSX/
H A DPlatformDarwin.cpp1101 std::string dyld_root_path = env.lookup("DYLD_ROOT_PATH"); in GetOSVersion() local
1102 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()