Home
last modified time | relevance | path

Searched refs:xcreate_stdio (Results 1 – 2 of 2) sorted by relevance

/external/toybox/lib/
Dxwrap.c323 int xcreate_stdio(char *path, int flags, int mode) in xcreate_stdio() function
334 return xcreate_stdio(path, flags, 0); in xopen_stdio()
376 return notstdio(xcreate_stdio(path, flags, mode)); in xcreate()
Dlib.h141 int xcreate_stdio(char *path, int flags, int mode);