Home
last modified time | relevance | path

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/src/tests/system/kernel/fs/
H A DKPathTest.cpp186 status_t status = path.ReplaceLeaf("x"); in TestReplaceLeaf()
192 status = path.ReplaceLeaf(NULL); in TestReplaceLeaf()
197 status = path.ReplaceLeaf(""); in TestReplaceLeaf()
202 status = path.ReplaceLeaf("c"); in TestReplaceLeaf()
/haiku/headers/private/kernel/fs/
H A DKPath.h52 status_t ReplaceLeaf(const char* newLeaf);
/haiku/src/tools/fs_shell/
H A DKPath.cpp184 KPath::ReplaceLeaf(const char *newLeaf) in ReplaceLeaf() function in KPath
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A DKPath.cpp271 KPath::ReplaceLeaf(const char* newLeaf) in ReplaceLeaf() function in KPath
/haiku/src/system/kernel/fs/
H A DKPath.cpp286 KPath::ReplaceLeaf(const char* newLeaf) in ReplaceLeaf() function in KPath
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp727 error = path->ReplaceLeaf(name); in GetPath()