Searched refs:orig_path (Results 1 – 4 of 4) sorted by relevance
| /xnu-8020.121.3/libsyscall/wrappers/ |
| H A D | system-version-compat.c | 67 _system_version_compat_check_path_suffix(const char *orig_path) in _system_version_compat_check_path_suffix() argument 69 size_t path_str_len = strnlen(orig_path, MAXPATHLEN); in _system_version_compat_check_path_suffix() 79 …if (strncmp(&orig_path[path_str_len - SYSTEM_VERSION_PLIST_FILENAMELEN], SYSTEM_VERSION_PLIST_FILE… in _system_version_compat_check_path_suffix() 133 _system_version_compat_open_shim(int opened_fd, int openat_fd, const char *orig_path, int oflag, mo… in _system_version_compat_open_shim() argument 141 size_t path_str_len = strnlen(orig_path, sizeof(new_path)); in _system_version_compat_open_shim() 176 strlcpy(new_path, orig_path, (prefix_str_len + 1)); in _system_version_compat_open_shim()
|
| H A D | _libkernel_init.c | 43 extern bool _system_version_compat_check_path_suffix(const char *orig_path); 44 extern int _system_version_compat_open_shim(int opened_fd, int openat_fd, const char *orig_path, in… 49 extern bool (*system_version_compat_check_path_suffix)(const char *orig_path); 50 extern int (*system_version_compat_open_shim)(int opened_fd, int openat_fd, const char *orig_path, …
|
| H A D | system-version-compat-support.c | 39 bool (*system_version_compat_check_path_suffix)(const char *orig_path) = NULL; 43 int (*system_version_compat_open_shim)(int opened_fd, int openat_fd, const char *orig_path, int ofl…
|
| H A D | open-base.c | 36 extern bool (*system_version_compat_check_path_suffix)(const char *orig_path); 37 extern int (*system_version_compat_open_shim)(int opened_fd, int openat_fd, const char *orig_path, …
|