Searched refs:Append (Results 1 – 13 of 13) sorted by relevance
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()[all …]
112 jsonPath = FileEntry::FilePath(output).Append(RESOURCES_DIR) in ParseRefInJsonFile()113 … .Append(resourceItem.GetLimitKey()).Append("media").Append(resourceItem.GetName()).GetPath(); in ParseRefInJsonFile()115 jsonPath = FileEntry::FilePath(output).Append(RESOURCES_DIR) in ParseRefInJsonFile()116 .Append("base").Append("profile").Append(resourceItem.GetName()).GetPath(); in ParseRefInJsonFile()
152 string outputFolder = FileEntry::FilePath(output_).Append(RESOURCES_DIR) in GetOutputFolder()153 .Append(directoryInfo.limitKey).Append(directoryInfo.fileCluster).GetPath(); in GetOutputFolder()
42 uint32_t ResourceAppend::Append() in Append() function in OHOS::Global::Restool::ResourceAppend114 …string filePath = FileEntry::FilePath(outputPath).Append(ResourceUtil::GenerateHash(resourcePath))… in ScanResources()260 … return ResourceUtil::CopyFleInner(fileInfo.filePath, outPath.Append(ID_DEFINED_FILE).GetPath()); in ScanFile()285 if (!WriteFileInner(outStream, output.Append(hash).GetPath())) { in ScanFile()438 sub = FileEntry::FilePath(RESOURCES_DIR).Append(sub).GetPath(); in WriteRawFile()452 if (!WriteFileInner(outStream, output.Append(hash).GetPath())) { in WriteRawFile()539 if (ResourceUtil::FileExist(outPath.Append(data).GetPath())) { in LoadResourceItemFromMem()542 if (!ResourceUtil::CreateDirs(outPath.Append(data).GetParent().GetPath())) { in LoadResourceItemFromMem()550 if (!ResourceUtil::CopyFleInner(filePathStr, outPath.Append(data).GetPath())) { in LoadResourceItemFromMem()
69 string outputFilePath = FileEntry::FilePath(outputFolder).Append(fileInfo.filename).GetPath(); in GetOutputFilePath()
51 …string configPath = ResourceUtil::GetMainPath(*it).Append(ConfigParser::GetConfigName()).GetPath(); in Init()
207 idDefinedPath = FileEntry::FilePath(inputPath).Append(ID_DEFINED_FILE).GetPath(); in InitIdDefined()209 … idDefinedPath = ResourceUtil::GetBaseElementPath(inputPath).Append(ID_DEFINED_FILE).GetPath(); in InitIdDefined()230 .GetParent().Append(ID_DEFINED_FILE).GetPath(); in InitIdDefined()
387 return FileEntry::FilePath(input).Append("base").Append("element"); in GetBaseElementPath()
32 …idDefinedPath_ = FileEntry::FilePath(packageParser.GetIdDefinedOutput()).Append(ID_DEFINED_FILE).G… in ResourceTable()34 …indexFilePath_ = FileEntry::FilePath(packageParser.GetOutput()).Append(RESOURCE_INDEX_FILE).GetPat… in ResourceTable()
223 FileEntry::FilePath FileEntry::FilePath::Append(const string &path) in Append() function in OHOS::Global::Restool::FileEntry::FilePath
228 path = FileEntry::FilePath(path).Append(RESOURCES_DIR).GetPath(); in AdaptResourcesDirForInput()
32 FilePath Append(const std::string &path);
31 uint32_t Append();