Home
last modified time | relevance | path

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

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