Searched refs:dirpath (Results 1 - 8 of 8) sorted by relevance

/linux-master/scripts/clang-tools/
H A Dgen_compile_commands.py88 for dirpath, dirnames, filenames in os.walk(directory, topdown=True):
90 if dirpath in exclude_dirs:
96 yield os.path.join(dirpath, filename)
/linux-master/fs/nfs/
H A Dmount_clnt.c155 .rpc_argp = info->dirpath,
175 info->dirpath);
177 if (strlen(info->dirpath) > MNTPATHLEN)
259 .rpc_argp = info->dirpath,
264 if (strlen(info->dirpath) > MNTPATHLEN)
275 (info->hostname ? info->hostname : "server"), info->dirpath);
313 const void *dirpath)
315 encode_mntdirpath(xdr, dirpath);
312 mnt_xdr_enc_dirpath(struct rpc_rqst *req, struct xdr_stream *xdr, const void *dirpath) argument
H A Dinternal.h190 char *dirpath; member in struct:nfs_mount_request
H A Dsuper.c842 .dirpath = ctx->nfs_server.export_path,
/linux-master/tools/testing/selftests/exec/
H A Dbinfmt_script.py62 dirpath = root + middle
63 binary = dirpath + target
65 os.makedirs(dirpath, mode=0o755, exist_ok=True)
/linux-master/tools/perf/util/
H A Dutil.h54 int perf_tip(char **strp, const char *dirpath);
H A Dutil.c418 int perf_tip(char **strp, const char *dirpath) argument
423 .dirname = dirpath,
/linux-master/tools/testing/selftests/tc-testing/
H A Dtdc.py49 for dirpath, dirnames, filenames in os.walk(plugindir):

Completed in 264 milliseconds