Home
last modified time | relevance | path

Searched refs:appendPath (Results 1 – 2 of 2) 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() function
219 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy()
/system/core/libutils/
DString8.cpp632 String8& String8::appendPath(const char* name) in appendPath() function in android::String8