Home | History | Annotate | Download | only in runtime

Lines Matching refs:string

22 #include <string>
43 bool ExtractToFile(File& file, std::string* error_msg);
47 std::string* error_msg);
55 MemMap* MapDirectlyFromFile(const char* zip_filename, /*out*/std::string* error_msg);
60 std::string* error_msg);
72 const std::string& entry_name)
77 std::string const entry_name_;
86 static ZipArchive* Open(const char* filename, std::string* error_msg);
87 static ZipArchive* OpenFromFd(int fd, const char* filename, std::string* error_msg);
89 ZipEntry* Find(const char* name, std::string* error_msg) const;