Searched refs:appendPath (Results 1 – 3 of 3) sorted by relevance
206 String8& appendPath(const char* leaf);207 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function213 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy()
103 str1.appendPath(dataProvider.ConsumeBytesWithTerminator<char>(5).data()); in __anonebbe45101402()
579 String8& String8::appendPath(const char* name) in appendPath() function in android::String8