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

/system/core/include/utils/
H A DString8.h218 * If leaf is a fully qualified path (i.e. starts with '/', it
221 String8& appendPath(const char* leaf);
222 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } argument
227 String8 appendPathCopy(const char* leaf) const
228 { String8 p(*this); p.appendPath(leaf); return p; }
229 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); }
/system/core/libutils/include/utils/
H A DString8.h218 * If leaf is a fully qualified path (i.e. starts with '/', it
221 String8& appendPath(const char* leaf);
222 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } argument
227 String8 appendPathCopy(const char* leaf) const
228 { String8 p(*this); p.appendPath(leaf); return p; }
229 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); }

Completed in 60 milliseconds