Searched defs:appendPath (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/include/utils/
H A DString8.h281 String8& appendPath(const char* leaf);
282 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } function in class:android::String8
285 * Like appendPath(), but does not affect this string. Returns a new one instead.
288 { String8 p(*this); p.appendPath(leaf); return p; }
/frameworks/base/libs/utils/
H A DString8.cpp609 String8& String8::appendPath(const char* name) function in class:android::String8
/frameworks/base/core/java/android/net/
H A DUri.java1366 public Builder appendPath(String newSegment) { method in class:Uri.Builder

Completed in 146 milliseconds