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

  /system/core/sh/
exec.h 59 #define DO_ALTPATH 0x08 /* using alternate path */
exec.c 461 act |= DO_ALTPATH;
463 if (act & DO_ALTPATH && strstr(path, "%builtin") != NULL)
471 if (act & DO_ALTPATH) {
496 if ((act & DO_ALTPATH ? !(act & DO_ALTBLTIN) : builtinloc < 0) &&
573 if (act & DO_ALTPATH) {
594 if (act & DO_ALTPATH)

Completed in 979 milliseconds