Searched refs:mkpathat (Results 1 – 5 of 5) sorted by relevance
/external/toybox/toys/posix/ |
D | mkdir.c | 51 if (mkpathat(AT_FDCWD, *s, mode, toys.optflags|MKPATHAT_MKLAST)) in mkdir_main()
|
D | cp.c | 500 if (mkpathat(AT_FDCWD, *ss, 0777, MKPATHAT_MKLAST | MKPATHAT_MAKE)) perror_msg_raw(*ss); in install_main() 511 if (mkpathat(AT_FDCWD, TT.destname, 0, MKPATHAT_MAKE)) in install_main()
|
/external/toybox/toys/other/ |
D | makedevs.c | 93 if (mkpathat(AT_FDCWD, ptr, mode, MKPATHAT_MKLAST | MKPATHAT_MAKE)) {
|
/external/toybox/lib/ |
D | lib.c | 169 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags) in mkpathat() function 214 return mkpathat(AT_FDCWD, dir, 0, MKPATHAT_MAKE); in mkpath()
|
D | lib.h | 204 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags);
|