Home
last modified time | relevance | path

Searched refs:build_path (Results 1 – 6 of 6) sorted by relevance

/xnu-10063.121.3/tests/nvram_tests/
H A Drun_tests.py69 def run_tests(build_path, test_arg): argument
70 args = "sudo ./" + build_path + test_arg
79 build_path = parsed_args.b variable
98 if os.path.isdir(build_path):
99 shutil.rmtree(build_path)
111 for file in os.listdir(build_path):
121 run_tests(build_path, j)
122 run_tests(build_path, i)
/xnu-10063.121.3/bsd/sys/
H A Dvnode.h2645 int build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t …
/xnu-10063.121.3/bsd/vfs/
H A Dvfs_lookup.c2142 error = build_path(vp, realpath, (int)bufsize, &length, 0, ctx);
H A Dvfs_attrlist.c2665 err = build_path(vp, pathsp->fullpathptr, len, &len, 0, vfs_context_current()); in calc_varsize()
2686 …err = build_path(vp, pathsp->relpathptr, MAXPATHLEN, &len, BUILDPATH_VOLUME_RELATIVE, vfs_context_… in calc_varsize()
2705 …err = build_path(vp, pathsp->REALpathptr, MAXPATHLEN, &len, BUILDPATH_NO_FIRMLINK, vfs_context_cur… in calc_varsize()
H A Dvfs_cache.c912 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) in build_path() function
H A Dvfs_syscalls.c13610 error = build_path(vp, buf, (int)bufsize, &length, bpflags, ctx); in fsgetpath_internal()