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

/system/core/include/utils/
H A DString8.h221 String8& appendPath(const char* leaf);
222 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } function in class:android::String8
225 * Like appendPath(), but does not affect this string. Returns a new one instead.
228 { String8 p(*this); p.appendPath(leaf); return p; }
/system/core/libutils/include/utils/
H A DString8.h221 String8& appendPath(const char* leaf);
222 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } function in class:android::String8
225 * Like appendPath(), but does not affect this string. Returns a new one instead.
228 { String8 p(*this); p.appendPath(leaf); return p; }
/system/core/libutils/
H A DString8.cpp631 String8& String8::appendPath(const char* name) function in class:android::String8

Completed in 327 milliseconds