Searched defs:appendPath (Results 1 – 3 of 3) sorted by relevance
197 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
581 String8& String8::appendPath(const char* name) in appendPath() function in android::String8
1414 public Builder appendPath(String newSegment) { in appendPath() method in Uri.Builder