Searched refs:wfchmodat (Results 1 - 8 of 8) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A D | chmod.c | 54 wfchmodat(dirtree_parentfd(try), try->name, mode); in do_chmod()
|
H A D | rm.c | 100 if (FLAG(f)) wfchmodat(fd, try->name, 0700); in do_rm()
|
/third_party/toybox/toys/posix/ |
H A D | chmod.c | 54 wfchmodat(dirtree_parentfd(try), try->name, mode); in do_chmod()
|
H A D | rm.c | 58 if (FLAG(f)) wfchmodat(fd, try->name, 0700); in do_rm()
|
/third_party/toybox/toys/pending/ |
H A D | useradd.c | 145 wfchmodat(AT_FDCWD, p, 0700); in useradd_main()
|
/third_party/toybox/lib/ |
H A D | lib.h | 256 int wfchmodat(int rc, char *name, mode_t mode);
|
H A D | lib.c | 764 int wfchmodat(int fd, char *name, mode_t mode) in wfchmodat() function
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 247 int wfchmodat(int rc, char *name, mode_t mode);
|
Completed in 5 milliseconds