Home | History | Annotate | Download | only in utils

Lines Matching defs:string

24 #include <string.h> // for strcmp
34 //! This is a string holding UTF-8 characters. Does not allow the value more
65 inline const char* string() const;
131 // return true if this string contains the specified substring
145 * These methods operate on the string as if it were a path name.
213 String8& appendPath(const String8& leaf) { return appendPath(leaf.string()); }
216 * Like appendPath(), but does not affect this string. Returns a new one instead.
220 String8 appendPathCopy(const String8& leaf) const { return appendPathCopy(leaf.string()); }
223 * Converts all separators in this string to /, the default path separator.
259 inline const char* String8::string() const