Lines Matching refs:packageParser_
32 ResourcePack::ResourcePack(const PackageParser &packageParser):packageParser_(packageParser)
38 if (!packageParser_.GetAppend().empty()) {
42 if (packageParser_.GetCombine()) {
50 if (!packageParser_.GetCompressionPath().empty()) {
51 auto compressionMgr = CompressionParser::GetCompressionParser(packageParser_.GetCompressionPath());
52 compressionMgr->SetOutPath(packageParser_.GetOutput());
81 string packageName = packageParser_.GetPackageName();
87 vector<string> moduleNames = packageParser_.GetModuleNames();
89 int64_t startId = static_cast<int64_t>(packageParser_.GetStartId());
129 bool forceWrite = packageParser_.GetForceWrite();
130 bool combine = packageParser_.GetCombine();
131 string output = packageParser_.GetOutput();
148 auto headerPaths = packageParser_.GetResourceHeaders();
149 string textPath = FileEntry::FilePath(packageParser_.GetOutput()).Append("ResourceTable.txt").GetPath();
167 string config = packageParser_.GetConfig();
169 if (packageParser_.GetInputs().size() > 1) {
173 config = ResourceUtil::GetMainPath(packageParser_.GetInputs()[0]).Append(CONFIG_JSON).GetPath();
175 config = ResourceUtil::GetMainPath(packageParser_.GetInputs()[0]).Append(MODULE_JSON).GetPath();
260 string outputPath = FileEntry::FilePath(packageParser_.GetOutput())
296 BinaryFilePacker rawFilePacker(packageParser_, moduleName_);
308 if (ScanResources(resourceMerge.GetInputs(), packageParser_.GetOutput()) != RESTOOL_SUCCESS) {
320 if (!FileManager::GetInstance().ScaleIcons(packageParser_.GetOutput(), configJson_.GetCheckNode())) {
324 if (packageParser_.GetIconCheck()) {
329 if (!packageParser_.GetDependEntry().empty()) {
346 string output = packageParser_.GetOutput();
347 string featureDependEntry = packageParser_.GetDependEntry();
454 string featureDependEntry = packageParser_.GetDependEntry();
458 string output = packageParser_.GetOutput();
526 ResourceAppend resourceAppend(packageParser_);
527 if (!packageParser_.GetAppend().empty()) {
539 ResourceAppend resourceAppend(packageParser_);
548 if (packageParser_.GetIconCheck()) {