Searched refs:build_path (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.121.3/tests/nvram_tests/ |
| H A D | run_tests.py | 69 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 D | vnode.h | 2645 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 D | vfs_lookup.c | 2142 error = build_path(vp, realpath, (int)bufsize, &length, 0, ctx);
|
| H A D | vfs_attrlist.c | 2665 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 D | vfs_cache.c | 912 build_path(vnode_t first_vp, char *buff, int buflen, int *outlen, int flags, vfs_context_t ctx) in build_path() function
|
| H A D | vfs_syscalls.c | 13610 error = build_path(vp, buf, (int)bufsize, &length, bpflags, ctx); in fsgetpath_internal()
|