Searched refs:buf_sz (Results 1 – 1 of 1) sorted by relevance
326 size_t buf_sz = 0; in fs__capture_path() local338 buf_sz += pathw_len * sizeof(WCHAR); in fs__capture_path()343 buf_sz += path_len; in fs__capture_path()350 buf_sz += new_pathw_len * sizeof(WCHAR); in fs__capture_path()354 if (buf_sz == 0) { in fs__capture_path()361 buf = uv__malloc(buf_sz); in fs__capture_path()387 assert(path_len == buf_sz - (pos - buf) * sizeof(WCHAR)); in fs__capture_path()
Completed in 11 milliseconds