Searched refs:leaf (Results 1 – 2 of 2) sorted by relevance
214 String8& appendPath(const char* leaf);215 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() argument220 String8 appendPathCopy(const char* leaf) const in appendPathCopy() argument221 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy()222 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() argument
15 // address[0] is the leaf of the call stack.19 // load_module_id[0] is the leaf of the call stack.