Searched refs:MKPATHAT_MAKE (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/other/ |
D | makedevs.c | 93 if (mkpathat(AT_FDCWD, ptr, mode, MKPATHAT_MKLAST | MKPATHAT_MAKE)) {
|
/external/toybox/toys/posix/ |
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/lib/ |
D | lib.h | 202 #define MKPATHAT_MAKE 2 macro
|
D | lib.c | 214 return mkpathat(AT_FDCWD, dir, 0, MKPATHAT_MAKE); in mkpath()
|