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

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

Completed in 81 milliseconds