Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/process/
H A Disolation.cpp96 do_chown(const fs::path& file, const uid_t uid, const gid_t gid) in do_chown() function
200 do_chown(file, user.uid, user.gid); in isolate_path()
202 do_chown(file, ::getuid(), user.gid); in isolate_path()
205 do_chown(file, user.uid, ::getgid()); in isolate_path()
/freebsd/tests/sys/cddl/zfs/tests/ctime/
H A Dctime_001_pos.c84 int do_chown(const char *pfile);
98 { ST_CTIME, "st_ctime", do_chown },
361 do_chown(const char *pfile) in do_chown() function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/cmd/
H A Dctime.c241 do_chown(const char *pfile) in do_chown() function
295 { ST_CTIME, "st_ctime", do_chown },