Home
last modified time | relevance | path

Searched refs:mkpathat (Results 1 – 9 of 9) sorted by relevance

/external/toybox/toys/posix/
Dmkdir.c52 if (mkpathat(AT_FDCWD, *s, mode, toys.optflags|1))
Dcp.c486 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()
Dcpio.c135 if (!test && strrchr(name, '/') && mkpathat(AT_FDCWD, name, 0, 2)) { in cpio_main()
Dpatch.c394 if (mkpathat(AT_FDCWD, name, 0, 2)) in patch_main()
/external/toybox/toys/other/
Dmakedevs.c93 if (mkpathat(AT_FDCWD, ptr, mode, 3)) {
/external/toybox/toys/pending/
Dmdev.c192 mkpathat(AT_FDCWD, toybuf, 0, 2); in make_device()
Dtar.c372 if (mkpathat(AT_FDCWD, file_hdr->name, 00, 2) && errno !=EEXIST) { in extract_to_disk()
/external/toybox/lib/
Dlib.h166 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags);
Dlib.c163 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags) in mkpathat() function