Home
last modified time | relevance | path

Searched refs:appendPath (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/include/utils/
DString8.h221 String8& appendPath(const char* leaf);
222 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
228 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy()
/system/core/libutils/
DString8.cpp631 String8& String8::appendPath(const char* name) in appendPath() function in android::String8