HomeSort by relevance Sort by last modified time
    Searched refs:mkpathat (Results 1 - 9 of 9) sorted by null

  /external/toybox/toys/posix/
mkdir.c 50 // Note, -p and -v flags line up with mkpathat() flags
52 if (mkpathat(AT_FDCWD, *s, mode, toys.optflags|1))
cp.c 482 if (mkpathat(AT_FDCWD, *ss, 0777, 3)) perror_msg_raw(*ss);
491 if (mkpathat(AT_FDCWD, TT.destname, 0, 2))
cpio.c 137 if (!test && strrchr(name, '/') && mkpathat(AT_FDCWD, name, 0, 2)) {
patch.c 400 if (mkpathat(AT_FDCWD, name, 0, 2))
  /external/toybox/toys/other/
makedevs.c 93 if (mkpathat(AT_FDCWD, ptr, mode, 3)) {
  /external/toybox/toys/pending/
mdev.c 191 mkpathat(AT_FDCWD, toybuf, 0, 2);
tar.c 381 if (mkpathat(AT_FDCWD, file_hdr->name, 00, 2) && errno !=EEXIST) {
  /external/toybox/lib/
lib.h 191 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags);
lib.c 164 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags) function

Completed in 409 milliseconds