Home
last modified time | relevance | path

Searched refs:root_path_nchars (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/wimlib/wimlib-1.13.0/src/
H A Dscan.c295 const tchar *path = params->cur_path + params->root_path_nchars; in try_exclude()
388 params->root_path_nchars = nchars; in pathbuf_init()
H A Dwin32_capture.c135 size_t root_path_nchars, in alloc_windows_file_for_file_id() argument
142 full_path_nbytes = (root_path_nchars * sizeof(wchar_t)) + in alloc_windows_file_for_file_id()
154 p = wmempcpy(file->path, root_path, root_path_nchars); in alloc_windows_file_for_file_id()
2852 ctx->params->root_path_nchars, in generate_wim_structures_recursive()
/dports/sysutils/wimlib/wimlib-1.13.0/include/wimlib/
H A Dscan.h67 size_t root_path_nchars; member