Home
last modified time | relevance | path

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

/xnu-8020.121.3/libsyscall/wrappers/
H A Dsystem-version-compat.c67 _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.c43 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 Dsystem-version-compat-support.c39 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 Dopen-base.c36 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, …