Searched refs:mkpathat (Results 1 – 8 of 8) sorted by relevance
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | mkdir.c | 51 if (mkpathat(AT_FDCWD, *s, mode, toys.optflags|MKPATHAT_MKLAST)) in mkdir_main()
|
D | cp.c | 508 if (mkpathat(AT_FDCWD, *ss, 0777, MKPATHAT_MKLAST | MKPATHAT_MAKE)) perror_msg_raw(*ss); in install_main() 519 if (mkpathat(AT_FDCWD, TT.destname, 0, MKPATHAT_MAKE)) in install_main()
|
/third_party/toybox/toys/posix/ |
D | mkdir.c | 51 if (mkpathat(AT_FDCWD, *s, mode, toys.optflags|MKPATHAT_MKLAST)) in mkdir_main()
|
D | cp.c | 504 if (mkpathat(AT_FDCWD, *ss, 0777, MKPATHAT_MKLAST | MKPATHAT_MAKE)) perror_msg_raw(*ss); in install_main() 515 if (mkpathat(AT_FDCWD, TT.destname, 0, MKPATHAT_MAKE)) in install_main()
|
/third_party/toybox/toys/other/ |
D | makedevs.c | 95 if (mkpathat(AT_FDCWD, ptr, mode, MKPATHAT_MKLAST | MKPATHAT_MAKE)) {
|
/third_party/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 | 216 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 209 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags);
|