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