Lines Matching refs:string
21 #include <string>
55 FileType GetFileType(const std::string& path);
58 void AppendPath(std::string* base, android::StringPiece part);
61 bool mkdirs(const std::string& path);
69 // Returns the extension of the path. This is the entire string after the first '.' of the last part
74 std::string PackageToPath(const android::StringPiece& package);
77 Maybe<android::FileMap> MmapPath(const std::string& path, std::string* out_error);
80 bool AppendArgsFromFile(const android::StringPiece& path, std::vector<std::string>* out_arglist,
81 std::string* out_error);
84 // processed by AAPT. Takes a pattern string supplied by the user.
100 // - Otherwise the full string is matched.
105 bool operator()(const std::string& filename, FileType type) const;
111 std::vector<std::string> pattern_tokens_;
116 Maybe<std::vector<std::string>> FindFiles(const android::StringPiece& path, IDiagnostics* diag,