MCPcopy Create free account
hub / github.com/HexHive/NASS / appendPathCopy

Method appendPathCopy

binderlib/include_android9/utils/String8.h:227–228  ·  view source on GitHub ↗

* Like appendPath(), but does not affect this string. Returns a new one instead. */

Source from the content-addressed store, hash-verified

225 * Like appendPath(), but does not affect this string. Returns a new one instead.
226 */
227 String8 appendPathCopy(const char* leaf) const
228 { String8 p(*this); p.appendPath(leaf); return p; }
229 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); }
230
231 /*

Callers

nothing calls this directly

Calls 1

stringMethod · 0.45

Tested by

no test coverage detected