Home | History | Annotate | Download | only in androidfw

Lines Matching refs:String8

24 #include <utils/String8.h>
53 const String8& getFileName(int idx) {
56 const String8& getSourceName(int idx) {
80 FileInfo(const String8& path) // useful for e.g. svect.indexOf
109 void set(const String8& path, FileType type) {
114 const String8& getFileName(void) const { return mFileName; }
115 void setFileName(const String8& path) { mFileName = path; }
120 const String8& getSourceName(void) const { return mSourceName; }
121 void setSourceName(const String8& path) { mSourceName = path; }
128 const String8& fileName);
131 String8 mFileName; // filename only
134 String8 mSourceName; // currently debug-only