Searched refs:atfd (Results 1 – 3 of 3) sorted by relevance
/third_party/toybox/lib/ |
D | lib.c | 169 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags) in mkpathat() argument 179 if (!fstatat(atfd, dir, &buf, 0) && !S_ISDIR(buf.st_mode)) { in mkpathat() 200 if (mkdirat(atfd, dir, mode)) { in mkpathat()
|
D | lib.h | 216 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 209 int mkpathat(int atfd, char *dir, mode_t lastmode, int flags);
|