Home
last modified time | relevance | path

Searched refs:GetInputs (Results 1 - 7 of 7) sorted by relevance

/developtools/global_resource_tool/src/
H A Dresource_merge.cpp43 const vector<string> &inputs = cmdParser.GetInputs(); in Init()
75 const vector<string> &ResourceMerge::GetInputs() const in GetInputs() function in OHOS::Global::Restool::ResourceMerge
H A Dresource_pack.cpp169 if (packageParser_.GetInputs().size() > 1) { in InitConfigJson()
173 config = ResourceUtil::GetMainPath(packageParser_.GetInputs()[0]).Append(CONFIG_JSON).GetPath(); in InitConfigJson()
175 config = ResourceUtil::GetMainPath(packageParser_.GetInputs()[0]).Append(MODULE_JSON).GetPath(); in InitConfigJson()
297 std::future<uint32_t> copyFuture = rawFilePacker.CopyBinaryFileAsync(resourceMerge.GetInputs()); in PackNormal()
308 if (ScanResources(resourceMerge.GetInputs(), packageParser_.GetOutput()) != RESTOOL_SUCCESS) { in PackQualifierResources()
H A Did_defined_parser.cpp44 for (const auto &inputPath : packageParser_.GetInputs()) { in Init()
H A Dcmd_parser.cpp65 const vector<string> &PackageParser::GetInputs() const in GetInputs() function in OHOS::Global::Restool::PackageParser
H A Dresource_append.cpp57 for (const auto &iter : packageParser_.GetInputs()) { in Combine()
/developtools/global_resource_tool/include/
H A Dresource_merge.h32 const std::vector<std::string> &GetInputs() const;
H A Dcmd_parser.h40 const std::vector<std::string> &GetInputs() const;

Completed in 5 milliseconds