Home
last modified time | relevance | path

Searched refs:mkpathat (Results 1 - 8 of 8) sorted by relevance

/third_party/toybox/porting/liteos_a/toys/posix/
H A Dmkdir.c49 // Note, -p and -v flags line up with mkpathat() flags in mkdir_main()
51 if (mkpathat(AT_FDCWD, *s, mode, toys.optflags|MKPATHAT_MKLAST)) in mkdir_main()
H A Dcp.c508 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 Dmkdir.c49 // Note, -p and -v flags line up with mkpathat() flags in mkdir_main()
51 if (mkpathat(AT_FDCWD, *s, mode, toys.optflags|MKPATHAT_MKLAST)) in mkdir_main()
H A Dcp.c504 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/toys/other/
H A Dmakedevs.c95 if (mkpathat(AT_FDCWD, ptr, mode, MKPATHAT_MKLAST | MKPATHAT_MAKE)) { in makedevs_main()
/third_party/toybox/lib/
H A Dlib.c169 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags) in mkpathat() function
214 return mkpathat(AT_FDCWD, dir, 0, MKPATHAT_MAKE); in mkpath()
H A Dlib.h216 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags);
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h209 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags);

Completed in 6 milliseconds