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

12

  /external/swiftshader/third_party/LLVM/utils/
llvmbuild 156 def is_executable(fpath):
157 return os.path.exists(fpath) and os.access(fpath, os.X_OK)
  /external/autotest/client/cros/
power_status.py     [all...]
  /external/mksh/src/
funcs.c 701 if (tp->u.fpath)
703 tp->u.fpath);
    [all...]
edit.c 482 char *pat, *fpath; local
499 if ((fpath = str_val(global(TFPATH))) != null)
500 glob_path(flags, pat, &w, fpath);
    [all...]
sh.h 914 EXTERN const char TFPATH[] E_INIT("FPATH");
1075 #define TFPATH "FPATH"
1483 const char *fpath; \/* temporary path to undef function *\/ member in union:tbl::__anon28835
    [all...]

Completed in 281 milliseconds

12