Home
last modified time | relevance | path

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

/system/core/include/utils/
DString8.h215 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath()
220 String8 appendPathCopy(const char* leaf) const in appendPathCopy()
222 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy()