Home
last modified time | relevance | path

Searched refs:newLeaf (Results 1 – 5 of 5) sorted by relevance

/haiku/src/tools/fs_shell/
H A DKPath.cpp184 KPath::ReplaceLeaf(const char *newLeaf) in ReplaceLeaf() argument
199 if (newLeaf) in ReplaceLeaf()
200 return Append(newLeaf); in ReplaceLeaf()
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp271 KPath::ReplaceLeaf(const char* newLeaf) in ReplaceLeaf() argument
286 if (newLeaf != NULL) in ReplaceLeaf()
287 return Append(newLeaf); in ReplaceLeaf()
/haiku/headers/private/fs_shell/
H A DKPath.h37 fssh_status_t ReplaceLeaf(const char *newLeaf);
/haiku/src/system/kernel/fs/
H A DKPath.cpp286 KPath::ReplaceLeaf(const char* newLeaf) in ReplaceLeaf() argument
301 if (newLeaf != NULL) in ReplaceLeaf()
302 return Append(newLeaf); in ReplaceLeaf()
/haiku/headers/private/kernel/fs/
H A DKPath.h52 status_t ReplaceLeaf(const char* newLeaf);