Searched refs:base_path (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | path.c | 59 bool is_directory(const char *base_path, const struct dirent *dent) in is_directory() argument 64 snprintf(path, sizeof(path), "%s/%s", base_path, dent->d_name); in is_directory() 71 bool is_executable_file(const char *base_path, const struct dirent *dent) in is_executable_file() argument 76 snprintf(path, sizeof(path), "%s/%s", base_path, dent->d_name); in is_executable_file()
|
H A D | path.h | 14 bool is_directory(const char *base_path, const struct dirent *dent); 15 bool is_executable_file(const char *base_path, const struct dirent *dent);
|
/kernel/linux/common_modules/tzdriver/core/ |
H A D | tz_update_crl.c | 131 struct path base_path = {
in crl_file_open() local 136 ret = kern_path(file_path, LOOKUP_FOLLOW, &base_path);
in crl_file_open() 140 dpath = d_path(&base_path, tmp_buf, D_PATH_LEN);
in crl_file_open() 147 path_put(&base_path);
in crl_file_open()
|
H A D | agent.c | 133 struct path base_path = { in get_proc_dpath() local 165 base_path = exe_file->f_path; in get_proc_dpath() 166 path_get(&base_path); in get_proc_dpath() 167 dpath = d_path(&base_path, path, MAX_PATH_SIZE); in get_proc_dpath() 168 path_put(&base_path); in get_proc_dpath()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | path.c | 84 bool is_directory(const char *base_path, const struct dirent *dent) in is_directory() argument 89 sprintf(path, "%s/%s", base_path, dent->d_name); in is_directory()
|
H A D | path.h | 14 bool is_directory(const char *base_path, const struct dirent *dent);
|
Completed in 4 milliseconds