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

/haiku/headers/private/fs_shell/
H A DKPath.h39 fssh_status_t Append(const char *toAppend, bool isComponent = true);
/haiku/headers/private/kernel/fs/
H A DKPath.h56 bool isComponent = true);
/haiku/src/tools/fs_shell/
H A DKPath.cpp206 KPath::Append(const char *component, bool isComponent) argument
223 bool insertSlash = isComponent && fBuffer[fPathLength - 1] != '/'
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp311 KPath::Append(const char* component, bool isComponent) argument
328 bool insertSlash = isComponent && fBuffer[fPathLength - 1] != '/'
/haiku/src/system/kernel/fs/
H A DKPath.cpp324 KPath::Append(const char* component, bool isComponent) argument
341 bool insertSlash = isComponent && fBuffer[fPathLength - 1] != '/'

Completed in 172 milliseconds