Home
last modified time | relevance | path

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

/system/core/libutils/include/utils/
DString8.h227 String8 appendPathCopy(const char* leaf) const in appendPathCopy() function
229 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); } in appendPathCopy() function