Lines Matching refs:outputPath
40 bool ScanResources(const std::string &resourcePath, const std::string &outputPath);
42 const std::string &outputPath);
44 const std::string &outputPath);
45 bool ScanIegalResources(const std::string &resourcePath, const std::string &outputPath);
47 const std::string outputPath);
49 const std::string &outputPath);
50 bool ScanFile(const FileInfo &fileInfo, const std::string &outputPath);
51 bool ScanSingleFile(const std::string &filePath, const std::string &outputPath);
52 bool WriteFileInner(std::ostringstream &outStream, const std::string &outputPath) const;
55 …bool ScanRawFilesOrResFiles(const std::string &path, const std::string &outputPath, const std::str…
56 …bool WriteRawFilesOrResFiles(const std::string &filePath, const std::string &outputPath, const std…