Searched refs:Compile (Results 1 – 10 of 10) sorted by relevance
31 uint32_t Compile(const std::vector<DirectoryInfo> &directoryInfos);33 uint32_t Compile(const FileInfo &fileInfo);
89 void Compile(const xmlNodePtr nodePtr, std::shared_ptr<XmlNode> &node);
42 1. Compile command: Please refer to https://gitee.com/openharmony/build/blob/master/README_zh.md to…44 …Compile: Run the sdk compilation command adjusted above on the target development machine, and the…54 [2. Compile by yourself](#section161941989592)
54 Compile(rootNode, root); in GenerateSolidXml()88 void SolidXml::Compile(const xmlNodePtr nodePtr, shared_ptr<XmlNode> &node) in Compile() function in OHOS::Global::Restool::SolidXml92 Compile(nodePtr->next, node); in Compile()110 Compile(nodePtr->children, child); in Compile()118 Compile(nodePtr->next, brother); in Compile()
94 if (resourceCompiler->Compile(fileInfo) != RESTOOL_SUCCESS) { in ScanFile()
41 uint32_t IResourceCompiler::Compile(const vector<DirectoryInfo> &directoryInfos) in Compile() function in OHOS::Global::Restool::IResourceCompiler90 uint32_t IResourceCompiler::Compile(const FileInfo &fileInfo) in Compile() function in OHOS::Global::Restool::IResourceCompiler
64 if (resourceCompiler->Compile(fileIncrement) != RESTOOL_SUCCESS) { in ScanResource()
63 if (resourceCompiler->Compile(item->second) != RESTOOL_SUCCESS) { in ScanResource()
15 | |----BUILD.gn #Compile script
71 ### 5. Compile a project