Home
last modified time | relevance | path

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

/xnu-11215/bsd/security/audit/
H A Daudit_bsm_klib.c828 audit_canon_path(struct vnode *cwd_vp, const char *path, char *cpath) in audit_canon_path() argument
853 ret = vn_getpath(cwd_vp, cpath, &len); in audit_canon_path()
855 cpath[0] = '\0'; in audit_canon_path()
859 cpath[len - 1] = '/'; in audit_canon_path()
861 strlcpy(cpath + len, bufp, MAXPATHLEN - len); in audit_canon_path()
863 strlcpy(cpath, bufp, MAXPATHLEN); in audit_canon_path()
H A Daudit_private.h423 char *cpath);
/xnu-11215/iokit/Kernel/
H A DIOUserClient.cpp3406 const char * cpath; in is_io_registry_entry_from_path_ool() local
3418 cpath = path; in is_io_registry_entry_from_path_ool()
3430 cpath = CAST_DOWN(const char *, map_data); in is_io_registry_entry_from_path_ool()
3431 if (cpath[path_oolCnt - 1]) { in is_io_registry_entry_from_path_ool()
3438 entry = IORegistryEntry::fromPath(cpath); in is_io_registry_entry_from_path_ool()