Home
last modified time | relevance | path

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

/system/core/include/utils/
DString8.h214 String8& appendPath(const char* leaf);
215 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() argument
220 String8 appendPathCopy(const char* leaf) const in appendPathCopy() argument
221 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy()
222 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() argument
/system/extras/perfprofd/
Dperf_profile.proto15 // address[0] is the leaf of the call stack.
19 // load_module_id[0] is the leaf of the call stack.