Lines Matching refs:ResourceAppend
39 ResourceAppend::ResourceAppend(const PackageParser &packageParser) : packageParser_(packageParser)
43 uint32_t ResourceAppend::Append()
54 uint32_t ResourceAppend::Combine()
79 bool ResourceAppend::Combine(const string &folderPath)
102 bool ResourceAppend::ParseRef()
117 bool ResourceAppend::ScanResources(const string &resourcePath, const string &outputPath)
140 bool ResourceAppend::ScanSubResources(const FileEntry entry, const string &resourcePath, const string &outputPath)
162 bool ResourceAppend::ScanSubLimitkeyResources(const FileEntry entry, const string &resourcePath,
190 bool ResourceAppend::ScanIegalResources(const string &resourcePath, const string &outputPath)
203 bool ResourceAppend::ScanLimitKey(const unique_ptr<FileEntry> &entry,
239 bool ResourceAppend::ScanFiles(const unique_ptr<FileEntry> &entry,
261 bool ResourceAppend::ScanFile(const FileInfo &fileInfo, const string &outputPath)
263 if (ResourceAppend::IsBaseIdDefined(fileInfo)) {
297 bool ResourceAppend::ScanSingleFile(const string &filePath, const string &outputPath)
330 bool ResourceAppend::WriteFileInner(ostringstream &outStream, const string &outputPath) const
358 bool ResourceAppend::WriteResourceItem(const ResourceItem &resourceItem, ostringstream &out)
388 bool ResourceAppend::LoadResourceItem(const string &filePath)
412 bool ResourceAppend::ScanRawFilesOrResFiles(const string &path, const string &outputPath, const string &limit)
439 bool ResourceAppend::WriteRawFilesOrResFiles(const string &filePath, const string &outputPath, const string &limit)
469 bool ResourceAppend::Push(const shared_ptr<ResourceItem> &resourceItem)
499 void ResourceAppend::AddRef(const shared_ptr<ResourceItem> &resourceItem)
524 bool ResourceAppend::LoadResourceItemFromMem(const char buffer[], int32_t length)
585 string ResourceAppend::ParseString(const char buffer[], int32_t length, int32_t &offset) const
602 int32_t ResourceAppend::ParseInt32(const char buffer[], int32_t length, int32_t &offset) const
618 bool ResourceAppend::CheckModuleResourceItem(const shared_ptr<ResourceItem> &resourceItem, int64_t id)
642 bool ResourceAppend::LoadResourceItemWin(const string &filePath)
675 bool ResourceAppend::IsBaseIdDefined(const FileInfo &fileInfo)
683 void ResourceAppend::CheckAllItems(vector<pair<ResType, string>> &noBaseResource)