Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/include_pathutils/androidfw/
DPathUtils.h93 inline String8 appendPathCopy(String8 str, const char* leaf) { return appendPath(str, leaf); } in appendPathCopy() function
94 inline String8 appendPathCopy(String8 str, const String8& leaf) { in appendPathCopy() function