Searched defs:leaf (Results 1 - 1 of 1) sorted by relevance

/system/core/include/utils/
H A DString8.h209 * If leaf is a fully qualified path (i.e. starts with '/', it
212 String8& appendPath(const char* leaf);
213 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } argument
218 String8 appendPathCopy(const char* leaf) const
219 { String8 p(*this); p.appendPath(leaf); return p; }
220 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); }

Completed in 128 milliseconds