Searched refs:fpath (Results 1 - 6 of 6) sorted by relevance

/external/libcap-ng/libcap-ng-0.7/utils/
H A Dfilecap.c44 static int check_file(const char *fpath, argument
52 int fd = open(fpath, O_RDONLY|O_CLOEXEC);
64 printf("%s ", fpath);
/external/mksh/src/
H A Dexec.c681 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
1081 if ((fpath = str_val(global("FPATH"))) == null) {
1082 tp->u.fpath = NULL;
1085 tp->u.fpath = search_path(name, fpath, R_OK,
1128 (fpath
[all...]
H A Dfuncs.c560 if (tp->u.fpath)
562 tp->u.fpath);
H A Dedit.c384 char *pat, *fpath; local
401 if ((fpath = str_val(global("FPATH"))) != null)
402 glob_path(flags, pat, &w, fpath);
H A Dsh.h970 const char *fpath; /* temporary path to undef function */ member in union:tbl::__anon10119
/external/llvm/utils/
H A Dllvm-compilers-check116 def is_executable(fpath):
117 return os.path.exists(fpath) and os.access(fpath, os.X_OK)

Completed in 205 milliseconds