Searched refs:buf_sz (Results 1 – 1 of 1) sorted by relevance
313 size_t buf_sz = 0; in fs__capture_path() local325 buf_sz += pathw_len * sizeof(WCHAR); in fs__capture_path()330 buf_sz += path_len; in fs__capture_path()337 buf_sz += new_pathw_len * sizeof(WCHAR); in fs__capture_path()341 if (buf_sz == 0) { in fs__capture_path()348 buf = uv__malloc(buf_sz); in fs__capture_path()374 assert(path_len == buf_sz - (pos - buf) * sizeof(WCHAR)); in fs__capture_path()
Completed in 17 milliseconds