HomeSort by relevance Sort by last modified time
    Searched defs:fpath (Results 1 - 4 of 4) sorted by null

  /packages/apps/Browser/src/com/android/browser/homepages/
HomeProvider.java 116 String fpath = url.substring(7); local
117 File f = new File(fpath);
  /external/mksh/src/
exec.c 695 if (!tp->u.fpath) {
702 if (include(tp->u.fpath, 0, NULL, false) < 0) {
706 tp->u.fpath, cstrerror(rv));
713 "function not defined by", tp->u.fpath);
1074 char *fpath; local
1079 /* prevent FPATH search below */
1093 if ((fpath = str_val(global("FPATH"))) == null) {
1094 tp->u.fpath = NULL;
1097 tp->u.fpath = search_path(name, fpath, R_OK
    [all...]
edit.c 456 char *pat, *fpath; local
473 if ((fpath = str_val(global("FPATH"))) != null)
474 glob_path(flags, pat, &w, fpath);
    [all...]
sh.h 1098 const char *fpath; /* temporary path to undef function */ member in union:tbl::__anon12289
    [all...]

Completed in 112 milliseconds