Searched refs:ReplaceLeaf (Results 1 – 7 of 7) sorted by relevance
37 fssh_status_t ReplaceLeaf(const char *newLeaf);
186 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()
52 status_t ReplaceLeaf(const char* newLeaf);
184 KPath::ReplaceLeaf(const char *newLeaf) in ReplaceLeaf() function in KPath
271 KPath::ReplaceLeaf(const char* newLeaf) in ReplaceLeaf() function in KPath
286 KPath::ReplaceLeaf(const char* newLeaf) in ReplaceLeaf() function in KPath
727 error = path->ReplaceLeaf(name); in GetPath()