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

  /external/toybox/lib/
dirtree.c 103 // If !new return DIRTREE_ABORTVAL
110 if (!new) return DIRTREE_ABORTVAL;
124 return (flags & DIRTREE_ABORT)==DIRTREE_ABORT ? DIRTREE_ABORTVAL : new;
157 if (new == DIRTREE_ABORTVAL) break;
180 // Returns DIRTREE_ABORTVAL if path didn't exist (use DIRTREE_SHUTUP to handle
lib.h 81 #define DIRTREE_ABORTVAL ((struct dirtree *)1)
  /external/toybox/toys/posix/
ps.c     [all...]

Completed in 220 milliseconds