Home
last modified time | relevance | path

Searched refs:CreateCompiler (Results 1 – 3 of 3) sorted by relevance

/developtools/global_resource_tool/include/
Dfactory_resource_compiler.h27 … static std::unique_ptr<IResourceCompiler> CreateCompiler(ResType type, const std::string &output);
/developtools/global_resource_tool/src/
Dfactory_resource_compiler.cpp25 unique_ptr<IResourceCompiler> FactoryResourceCompiler::CreateCompiler(ResType type, const string &o… in CreateCompiler() function in OHOS::Global::Restool::FactoryResourceCompiler
Dresource_module.cpp57 FactoryResourceCompiler::CreateCompiler(type, moduleOutput_); in ScanResource()