Home
last modified time | relevance | path

Searched refs:appendPath (Results 1 – 3 of 3) sorted by relevance

/system/core/libutils/include/utils/
DString8.h195 String8& appendPath(const char* leaf);
196 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); } in appendPath() function
202 { String8 p(*this); p.appendPath(leaf); return p; } in appendPathCopy()
/system/core/libutils/
DString8_fuzz.cpp94 str1->appendPath(dataProvider->ConsumeBytesWithTerminator<char>(5).data()); in __anond880abbc1002()
DString8.cpp545 String8& String8::appendPath(const char* name) in appendPath() function in android::String8