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

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

Completed in 79 milliseconds