Searched refs:leaf (Results 1 – 3 of 3) sorted by relevance
212 String8& appendPath(const char* leaf);213 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() argument218 String8 appendPathCopy(const char* leaf) const in appendPathCopy() argument219 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy()220 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.
96 // Certificate chaining order is from the leaf to the root. That is,