Lines Matching refs:entry
76 FileEntry entry(folderPath); in Combine() local
77 if (!entry.Init()) { in Combine()
82 for (const auto &child : entry.GetChilds()) { in Combine()
123 FileEntry entry(resourcePath); in ScanResources() local
124 if (!entry.Init()) { in ScanResources()
128 if (entry.IsFile()) { in ScanResources()
132 return ScanSubResources(entry, resourcePath, outputPath); in ScanResources()
135 bool ResourceAppend::ScanSubResources(const FileEntry entry, const string &resourcePath, const stri… in ScanSubResources() argument
138 if (KeyParser::Parse(entry.GetFilePath().GetFilename(), keyParams)) { in ScanSubResources()
139 for (const auto &child : entry.GetChilds()) { in ScanSubResources()
150 if (ResourceUtil::IslegalPath(entry.GetFilePath().GetFilename())) { in ScanSubResources()
154 return ScanSubLimitkeyResources(entry, resourcePath, outputPath); in ScanSubResources()
157 bool ResourceAppend::ScanSubLimitkeyResources(const FileEntry entry, const string &resourcePath, in ScanSubLimitkeyResources() argument
160 for (const auto &child : entry.GetChilds()) { in ScanSubLimitkeyResources()
187 FileEntry entry(resourcePath); in ScanIegalResources() local
188 if (!entry.Init()) { in ScanIegalResources()
191 for (const auto &child : entry.GetChilds()) { in ScanIegalResources()
198 bool ResourceAppend::ScanLimitKey(const unique_ptr<FileEntry> &entry, in ScanLimitKey() argument
204 cerr << NEW_LINE_PATH << entry->GetFilePath().GetPath() << endl; in ScanLimitKey()
208 for (const auto &child : entry->GetChilds()) { in ScanLimitKey()
234 bool ResourceAppend::ScanFiles(const unique_ptr<FileEntry> &entry, in ScanFiles() argument
237 for (const auto &child : entry->GetChilds()) { in ScanFiles()
409 FileEntry entry(path); in ScanRawFilesOrResFiles() local
410 if (!entry.Init()) { in ScanRawFilesOrResFiles()
414 for (const auto &child : entry.GetChilds()) { in ScanRawFilesOrResFiles()