Lines Matching refs:fileName
33 std::string fileName;
53 * @param fileName Indicates the file name.
57 bool ExtractByName(const std::string &fileName, std::ostream &dest) const;
60 * @param fileName Indicates the file name.
64 bool ExtractFile(const std::string &fileName, const std::string &targetPath) const;
70 bool HasEntry(const std::string &fileName) const;
77 std::unique_ptr<FileMapper> GetData(const std::string &fileName, bool safeRegion = false) const;
83 std::unique_ptr<FileMapper> GetMmapData(const std::string &fileName);
88 bool GetFileInfo(const std::string &fileName, FileInfo &fileInfo) const;
90 bool IsHapCompress(const std::string &fileName) const;
92 bool ExtractToBufByName(const std::string &fileName, std::unique_ptr<uint8_t[]> &dataPtr, size_t &len);
96 std::shared_ptr<FileMapper> GetSafeData(const std::string &fileName);