Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DString8.h206 String8& appendPath(const char* leaf);
207 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() argument
212 String8 appendPathCopy(const char* leaf) const in appendPathCopy() argument
213 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy()
214 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() argument