Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dclean-ipc.c242 _cleanup_closedir_ DIR *kid = NULL; in clean_posix_shm_internal() local
244 kid = xopendirat(dirfd(dir), de->d_name, O_NOFOLLOW|O_NOATIME); in clean_posix_shm_internal()
245 if (!kid) { in clean_posix_shm_internal()
250 r = clean_posix_shm_internal(de->d_name, kid, uid, gid, rm); in clean_posix_shm_internal()