Searched refs:appendPath (Results 1 – 2 of 2) sorted by relevance
212 String8& appendPath(const char* leaf);213 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function219 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy()
632 String8& String8::appendPath(const char* name) in appendPath() function in android::String8