• Home
  • Raw
  • Download

Lines Matching refs:GetPath

118     string resourcesPath = FileEntry::FilePath(output).Append(RESOURCES_DIR).GetPath();  in InitOutput()
135 …g textPath = FileEntry::FilePath(packageParser_.GetOutput()).Append("ResourceTable.txt").GetPath(); 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()
281 if (CopyRawFileImpl(entry->GetFilePath().GetPath(), subPath) != RESTOOL_SUCCESS) { in CopyRawFileImpl()
288 if (!ResourceUtil::CopyFleInner(entry->GetFilePath().GetPath(), subPath)) { 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 …ng data = FileEntry::FilePath(moduleName_).Append(dataPath).GetParent().Append(fileName).GetPath(); in HandleIcon()