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

/haiku/headers/private/fs_shell/
H A DKPath.h37 fssh_status_t ReplaceLeaf(const char *newLeaf);
/haiku/headers/private/kernel/fs/
H A DKPath.h51 status_t ReplaceLeaf(const char* newLeaf);
/haiku/src/tests/system/kernel/fs/
H A DKPathTest.cpp186 status_t status = path.ReplaceLeaf("x");
192 status = path.ReplaceLeaf(NULL);
197 status = path.ReplaceLeaf("");
202 status = path.ReplaceLeaf("c");
/haiku/src/tools/fs_shell/
H A DKPath.cpp184 KPath::ReplaceLeaf(const char *newLeaf) function in class:KPath
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp271 KPath::ReplaceLeaf(const char* newLeaf) function in class:KPath
/haiku/src/system/kernel/fs/
H A DKPath.cpp284 KPath::ReplaceLeaf(const char* newLeaf) function in class:KPath
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp726 error = path->ReplaceLeaf(name);

Completed in 204 milliseconds