Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
Dgeneric_compiler.cpp26 GenericCompiler::GenericCompiler(ResType type, const string &output) in GenericCompiler() function in OHOS::Global::Restool::GenericCompiler
30 GenericCompiler::~GenericCompiler() in ~GenericCompiler()
34 uint32_t GenericCompiler::CompileSingleFile(const FileInfo &fileInfo) in CompileSingleFile()
50 bool GenericCompiler::PostFile(const FileInfo &fileInfo) in PostFile()
66 string GenericCompiler::GetOutputFilePath(const FileInfo &fileInfo) const in GetOutputFilePath()
73 bool GenericCompiler::IsIgnore(const FileInfo &fileInfo) const in IsIgnore()
78 bool GenericCompiler::CopyFile(const FileInfo &fileInfo) const in CopyFile()
Dfactory_resource_compiler.cpp30 return make_unique<GenericCompiler>(type, output); in CreateCompiler()
/developtools/global_resource_tool/include/
Dgeneric_compiler.h24 class GenericCompiler : public IResourceCompiler {
26 GenericCompiler(ResType type, const std::string &output);
27 virtual ~GenericCompiler();