Searched refs:newVecs (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dvfs.cpp2180 fssh_iovec* newVecs = NULL; local
2184 newVecs = new(std::nothrow) fssh_iovec[count];
2185 if (!newVecs)
2191 newVecs[i].iov_base = vecs[i].iov_base;
2192 newVecs[i].iov_len = vecLen;
2197 vecs = newVecs;
2202 delete[] newVecs;
2221 fssh_iovec* newVecs = NULL; local
2225 newVecs = new(std::nothrow) fssh_iovec[count];
2226 if (!newVecs)
[all...]

Completed in 80 milliseconds