Searched defs:loopfiles_rw (Results 1 - 1 of 1) sorted by relevance

/external/toybox/lib/
H A Dlib.c554 void loopfiles_rw(char **argv, int flags, int permissions, int failok, function
575 // Call loopfiles_rw with O_RDONLY|O_CLOEXEC and !failok (common case).
578 loopfiles_rw(argv, O_RDONLY|O_CLOEXEC, 0, 0, function);

Completed in 56 milliseconds