Home
last modified time | relevance | path

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

/xnu-12377.81.4/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-12377.81.4/bsd/sys/
H A Dvnode.h2717 int build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t …
/xnu-12377.81.4/bsd/vfs/
H A Dvfs_lookup.c2442 error = build_path(vp, realpath, (int)bufsize, &length, 0, ctx);
H A Dvfs_cache.c919 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_attrlist.c124 …err = build_path(vp, buf + prefix_len, buflen - prefix_len, &retlen, flags, vfs_context_current()); in attrlist_build_path()
H A Dvfs_syscalls.c14276 error = build_path(vp, buf, (int)bufsize, &length, bpflags, ctx); in fsgetpath_internal()