• Home
  • Raw
  • Download

Lines Matching refs:Append

118     string resourcesPath = FileEntry::FilePath(output).Append(RESOURCES_DIR).GetPath();  in InitOutput()
135 …string textPath = FileEntry::FilePath(packageParser_.GetOutput()).Append("ResourceTable.txt").GetP… in GenerateHeader()
159 … config = ResourceUtil::GetMainPath(packageParser_.GetInputs()[0]).Append(CONFIG_JSON).GetPath(); in InitConfigJson()
161 … config = ResourceUtil::GetMainPath(packageParser_.GetInputs()[0]).Append(MODULE_JSON).GetPath(); in InitConfigJson()
244 string rawfilePath = FileEntry::FilePath(input).Append(RAW_FILE_DIR).GetPath(); in CopyRawFile()
255 .Append(RESOURCES_DIR).Append(RAW_FILE_DIR).GetPath(); in CopyRawFile()
279 string subPath = FileEntry::FilePath(dst).Append(filename).GetPath(); in CopyRawFileImpl()
302 .Append(ConfigParser::GetConfigName()).GetPath(); in GenerateConfigJson()
376 string jsonFile = FileEntry::FilePath(featureDependEntry).Append(CONFIG_JSON).GetPath(); in HandleFeature()
390 string path = FileEntry::FilePath(featureDependEntry).Append(RESOURCE_INDEX_FILE).GetPath(); in HandleFeature()
397 jsonFile = FileEntry::FilePath(output).Append(CONFIG_JSON).GetPath(); in HandleFeature()
413 string outputPath = FileEntry::FilePath(output).Append(ConfigParser::GetConfigName()).GetPath(); in HandleFeature()
477 string source = FileEntry::FilePath(featureDependEntry).Append(dataPath).GetPath(); in CopyIcon()
484 string dstDir = FileEntry::FilePath(output).Append(dataPath).GetParent().GetPath(); in CopyIcon()
485 string dst = FileEntry::FilePath(dstDir).Append(fileName).GetPath(); in CopyIcon()
519 …string data = FileEntry::FilePath(moduleName_).Append(dataPath).GetParent().Append(fileName).GetPa… in HandleIcon()
550 return resourceAppend.Append(); in PackAppend()