Searched refs:base_path (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/function_types/detail/ |
| H A D | pp_arity_loop.hpp | 35 # define BOOST_FT_AL_FILE(base_path,max_arity,mfp) \ argument 36 BOOST_FT_AL_FILE_I(base_path,max_arity,mfp) 37 # define BOOST_FT_AL_FILE_I(base_path,max_arity,mfp) \ argument 38 <base_path/arity ## max_arity ## _ ## mfp.hpp>
|
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/kernel/fs/incfs/ |
| H A D | pseudo_files.c | 239 struct path *base_path) in dir_relative_path_resolve() argument 245 if (!base_path) in dir_relative_path_resolve() 246 base_path = &mi->mi_backing_dir_path; in dir_relative_path_resolve() 251 dir_f = dentry_open(base_path, O_RDONLY | O_NOATIME, current_cred()); in dir_relative_path_resolve() 261 *result_path = *base_path; in dir_relative_path_resolve() 395 struct path base_path = { in notify_create() local 404 error = dir_relative_path_resolve(mi, dir_name, &dir_path, &base_path); in notify_create() 418 dir = incfs_lookup_dentry(base_path.dentry, INCFS_INDEX_NAME); in notify_create() 437 dir = incfs_lookup_dentry(base_path.dentry, in notify_create()
|