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

/haiku/src/tools/fs_shell/
H A DKPath.cpp223 bool insertSlash = isComponent && fBuffer[fPathLength - 1] != '/'
225 fssh_size_t resultPathLength = fPathLength + componentLength + (insertSlash ? 1 : 0);
230 if (insertSlash)
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp328 bool insertSlash = isComponent && fBuffer[fPathLength - 1] != '/'
331 + (insertSlash ? 1 : 0);
336 if (insertSlash)
/haiku/src/system/kernel/fs/
H A DKPath.cpp341 bool insertSlash = isComponent && fBuffer[fPathLength - 1] != '/'
344 + (insertSlash ? 1 : 0);
349 if (insertSlash)
H A Dvfs.cpp3038 bool insertSlash = buffer[bufferSize] != '\0'; local
3041 if (bufferSize < nameLength + (insertSlash ? 1 : 0))
3044 if (insertSlash)
3061 bool insertSlash = buffer[bufferSize] != '\0';
3062 if (insertSlash)
3068 if (insertSlash)

Completed in 67 milliseconds