Lines Matching refs:entry
75 FileEntry entry(folderPath); in Combine() local
76 if (!entry.Init()) { in Combine()
81 for (const auto &child : entry.GetChilds()) { in Combine()
122 FileEntry entry(resourcePath); in ScanResources() local
123 if (!entry.Init()) { in ScanResources()
127 if (entry.IsFile()) { in ScanResources()
131 return ScanSubResources(entry, resourcePath, outputPath); in ScanResources()
134 bool ResourceAppend::ScanSubResources(const FileEntry entry, const string &resourcePath, const stri… in ScanSubResources() argument
137 if (KeyParser::Parse(entry.GetFilePath().GetFilename(), keyParams)) { in ScanSubResources()
138 for (const auto &child : entry.GetChilds()) { in ScanSubResources()
149 if (ResourceUtil::IslegalPath(entry.GetFilePath().GetFilename())) { in ScanSubResources()
153 return ScanSubLimitkeyResources(entry, resourcePath, outputPath); in ScanSubResources()
156 bool ResourceAppend::ScanSubLimitkeyResources(const FileEntry entry, const string &resourcePath, in ScanSubLimitkeyResources() argument
159 for (const auto &child : entry.GetChilds()) { in ScanSubLimitkeyResources()
186 FileEntry entry(resourcePath); in ScanIegalResources() local
187 if (!entry.Init()) { in ScanIegalResources()
190 for (const auto &child : entry.GetChilds()) { in ScanIegalResources()
197 bool ResourceAppend::ScanLimitKey(const unique_ptr<FileEntry> &entry, in ScanLimitKey() argument
203 cerr << NEW_LINE_PATH << entry->GetFilePath().GetPath() << endl; in ScanLimitKey()
207 for (const auto &child : entry->GetChilds()) { in ScanLimitKey()
233 bool ResourceAppend::ScanFiles(const unique_ptr<FileEntry> &entry, in ScanFiles() argument
236 for (const auto &child : entry->GetChilds()) { in ScanFiles()
404 FileEntry entry(path); in ScanRawFiles() local
405 if (!entry.Init()) { in ScanRawFiles()
409 for (const auto &child : entry.GetChilds()) { in ScanRawFiles()