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

/haiku/src/tools/fs_shell/
H A DKPath.cpp225 fssh_size_t resultPathLength = fPathLength + componentLength + (insertSlash ? 1 : 0); local
226 if (resultPathLength >= fBufferSize)
233 fPathLength = resultPathLength;
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp330 size_t resultPathLength = fPathLength + componentLength local
332 if (resultPathLength >= fBufferSize)
339 fPathLength = resultPathLength;
/haiku/src/system/kernel/fs/
H A DKPath.cpp343 size_t resultPathLength = fPathLength + componentLength local
345 if (resultPathLength >= fBufferSize)
352 fPathLength = resultPathLength;

Completed in 86 milliseconds