HomeSort by relevance Sort by last modified time
    Searched refs:xcreate_stdio (Results 1 - 2 of 2) sorted by null

  /external/toybox/lib/
xwrap.c 330 int xcreate_stdio(char *path, int flags, int mode) function
341 return xcreate_stdio(path, flags, 0);
383 return notstdio(xcreate_stdio(path, flags, mode));
lib.h 142 int xcreate_stdio(char *path, int flags, int mode);

Completed in 528 milliseconds