Home
last modified time | relevance | path

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

/system/core/include/utils/
DString8.h212 String8& appendPath(const char* leaf);
213 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() argument
218 String8 appendPathCopy(const char* leaf) const in appendPathCopy() argument
219 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy()
220 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.
/system/tpm/attestation/common/
Dattestation_ca.proto96 // Certificate chaining order is from the leaf to the root. That is,