Searched refs:mkpathat (Results 1 – 9 of 9) sorted by relevance
/external/toybox/toys/posix/ |
D | mkdir.c | 52 if (mkpathat(AT_FDCWD, *s, mode, toys.optflags|1))
|
D | cp.c | 486 if (mkpathat(AT_FDCWD, *ss, 0777, 3)) perror_msg_raw(*ss); in install_main() 495 if (mkpathat(AT_FDCWD, TT.destname, 0, 2)) in install_main()
|
D | cpio.c | 135 if (!test && strrchr(name, '/') && mkpathat(AT_FDCWD, name, 0, 2)) { in cpio_main()
|
D | patch.c | 394 if (mkpathat(AT_FDCWD, name, 0, 2)) in patch_main()
|
/external/toybox/toys/other/ |
D | makedevs.c | 93 if (mkpathat(AT_FDCWD, ptr, mode, 3)) {
|
/external/toybox/toys/pending/ |
D | mdev.c | 192 mkpathat(AT_FDCWD, toybuf, 0, 2); in make_device()
|
D | tar.c | 372 if (mkpathat(AT_FDCWD, file_hdr->name, 00, 2) && errno !=EEXIST) { in extract_to_disk()
|
/external/toybox/lib/ |
D | lib.h | 166 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags);
|
D | lib.c | 163 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags) in mkpathat() function
|