Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dmkdir.c51 if (mkpathat(AT_FDCWD, *s, mode, toys.optflags|MKPATHAT_MKLAST)) in mkdir_main()
Dcp.c500 if (mkpathat(AT_FDCWD, *ss, 0777, MKPATHAT_MKLAST | MKPATHAT_MAKE)) perror_msg_raw(*ss); in install_main()
511 if (mkpathat(AT_FDCWD, TT.destname, 0, MKPATHAT_MAKE)) in install_main()
/external/toybox/toys/other/
Dmakedevs.c93 if (mkpathat(AT_FDCWD, ptr, mode, MKPATHAT_MKLAST | MKPATHAT_MAKE)) {
/external/toybox/lib/
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()
Dlib.h204 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags);