Searched refs:glob_path (Results 1 – 3 of 3) sorted by relevance
/external/ltp/testcases/kernel/syscalls/openat/ |
D | openat01.c | 54 static char glob_path[256]; variable 63 {&dir_fd, glob_path, 0, 0}, 129 snprintf(glob_path, sizeof(glob_path), "%s/" TEST_DIR TEST_FILE, in setup()
|
/external/toolchain-utils/crosperf/ |
D | results_cache.py | 626 for glob_path in self.FormCacheDir(self.GetCacheKeyList(True)): 627 matching_dirs += glob.glob(glob_path)
|
/external/mksh/src/ |
D | edit.c | 111 static void glob_path(int, const char *, XPtrV *, const char *); 499 glob_path(flags, pat, &w, path); in x_command_glob() 501 glob_path(flags, pat, &w, fpath); in x_command_glob() 789 glob_path(int flags, const char *pat, XPtrV *wp, const char *lpath) in glob_path() function
|