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

  /system/core/sh/
exec.h 60 #define DO_ALTBLTIN 0x20 /* %builtin in alt. path */
exec.c 464 act |= DO_ALTBLTIN;
483 if ((act & DO_ALTBLTIN) || builtinloc >= 0) {
496 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : builtinloc < 0) &&

Completed in 251 milliseconds