Home
last modified time | relevance | path

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

/xnu-8020.121.3/libsyscall/wrappers/
H A Dsystem-version-compat.c43 #define SYSTEM_VERSION_PLIST_PATH ("/System/Library/CoreServices/" SYSTEM_VERSION_PLIST_FILENAME) macro
51 #define SYSTEM_VERSION_PLIST_PATHLEN strlen(SYSTEM_VERSION_PLIST_PATH)
164 if (strncmp(new_path, SYSTEM_VERSION_PLIST_PATH, SYSTEM_VERSION_PLIST_PATHLEN) != 0) { in _system_version_compat_open_shim()