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

/external/toybox/lib/
H A Dlib.c582 void loopfiles_rw(char **argv, int flags, int permissions, function
605 // Call loopfiles_rw with O_RDONLY|O_CLOEXEC|WARN_ONLY (common case)
608 loopfiles_rw(argv, O_RDONLY|O_CLOEXEC|WARN_ONLY, 0, function);

Completed in 107 milliseconds