Searched refs:DO_ALTPATH (Results 1 - 2 of 2) sorted by relevance

/system/core/sh/
H A Dexec.h59 #define DO_ALTPATH 0x08 /* using alternate path */ macro
H A Dexec.c461 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 564 milliseconds