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

  /external/mksh/src/
main.c 285 def_path = _PATH_DEFPATH;
290 def_path = cp;
301 def_path = "/bin:/usr/bin:/sbin:/usr/sbin";
305 * Set PATH to def_path (will set the path global variable).
310 setstr(vp, def_path, KSH_RETURN_ERROR);
    [all...]
exec.c 1132 (flags & FC_DEFPATH) ? def_path : path,
    [all...]
var.c 1305 strdupx(path, def_path, APERM);
    [all...]
sh.h 1251 EXTERN const char *def_path; \/* path to use if PATH not set *\/ variable
    [all...]
  /system/core/sh/
eval.c 613 static char def_path[] = "PATH=/usr/bin:/bin:/usr/sbin:/sbin"; local
627 sys_path = def_path;

Completed in 88 milliseconds