Searched refs:MKPATHAT_MAKE (Results 1 - 6 of 6) sorted by relevance
/third_party/toybox/toys/other/ |
H A D | makedevs.c | 95 if (mkpathat(AT_FDCWD, ptr, mode, MKPATHAT_MKLAST | MKPATHAT_MAKE)) { in makedevs_main()
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
H A 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/ |
H A 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/lib/ |
H A D | lib.h | 214 #define MKPATHAT_MAKE 2 macro
|
H A D | lib.c | 214 return mkpathat(AT_FDCWD, dir, 0, MKPATHAT_MAKE); in mkpath()
|
/third_party/toybox/porting/liteos_a/lib/ |
H A D | lib.h | 207 #define MKPATHAT_MAKE 2 macro
|
Completed in 7 milliseconds