Home
last modified time | relevance | path

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

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