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

  /external/libcap-ng/libcap-ng-0.7/utils/
filecap.c 44 static int check_file(const char *fpath,
52 int fd = open(fpath, O_RDONLY|O_CLOEXEC);
64 printf("%s ", fpath);
  /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 681 if (!tp->u.fpath) {
688 if (include(tp->u.fpath, 0, NULL, 0) < 0) {
692 tp->u.fpath, strerror(rv));
699 "function not defined by", tp->u.fpath);
1062 char *fpath; local
1067 /* prevent FPATH search below */
1081 if ((fpath = str_val(global("FPATH"))) == null) {
1082 tp->u.fpath = NULL;
1085 tp->u.fpath = search_path(name, fpath, R_OK
    [all...]
funcs.c 560 if (tp->u.fpath)
562 tp->u.fpath);
    [all...]
edit.c 384 char *pat, *fpath; local
401 if ((fpath = str_val(global("FPATH"))) != null)
402 glob_path(flags, pat, &w, fpath);
    [all...]
sh.h 970 const char *fpath; /* temporary path to undef function */ member in union:tbl::__anon11071
    [all...]
  /external/llvm/utils/
llvm-compilers-check 116 def is_executable(fpath):
117 return os.path.exists(fpath) and os.access(fpath, os.X_OK)

Completed in 91 milliseconds