Searched refs:CreateCompiler (Results 1 – 3 of 3) sorted by relevance
27 … static std::unique_ptr<IResourceCompiler> CreateCompiler(ResType type, const std::string &output);
25 unique_ptr<IResourceCompiler> FactoryResourceCompiler::CreateCompiler(ResType type, const string &o… in CreateCompiler() function in OHOS::Global::Restool::FactoryResourceCompiler
57 FactoryResourceCompiler::CreateCompiler(type, moduleOutput_); in ScanResource()