Home
last modified time | relevance | path

Searched refs:wfchmodat (Results 1 - 8 of 8) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dchmod.c54 wfchmodat(dirtree_parentfd(try), try->name, mode); in do_chmod()
H A Drm.c100 if (FLAG(f)) wfchmodat(fd, try->name, 0700); in do_rm()
/third_party/toybox/toys/posix/
H A Dchmod.c54 wfchmodat(dirtree_parentfd(try), try->name, mode); in do_chmod()
H A Drm.c58 if (FLAG(f)) wfchmodat(fd, try->name, 0700); in do_rm()
/third_party/toybox/toys/pending/
H A Duseradd.c145 wfchmodat(AT_FDCWD, p, 0700); in useradd_main()
/third_party/toybox/lib/
H A Dlib.h256 int wfchmodat(int rc, char *name, mode_t mode);
H A Dlib.c764 int wfchmodat(int fd, char *name, mode_t mode) in wfchmodat() function
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h247 int wfchmodat(int rc, char *name, mode_t mode);

Completed in 5 milliseconds