Lines Matching refs:entry
81 FileEntry entry(folderPath);
82 if (!entry.Init()) {
87 for (const auto &child : entry.GetChilds()) {
128 FileEntry entry(resourcePath);
129 if (!entry.Init()) {
133 if (entry.IsFile()) {
137 return ScanSubResources(entry, resourcePath, outputPath);
140 bool ResourceAppend::ScanSubResources(const FileEntry entry, const string &resourcePath, const string &outputPath)
143 if (KeyParser::Parse(entry.GetFilePath().GetFilename(), keyParams)) {
144 for (const auto &child : entry.GetChilds()) {
155 if (ResourceUtil::IslegalPath(entry.GetFilePath().GetFilename())) {
159 return ScanSubLimitkeyResources(entry, resourcePath, outputPath);
162 bool ResourceAppend::ScanSubLimitkeyResources(const FileEntry entry, const string &resourcePath,
165 for (const auto &child : entry.GetChilds()) {
192 FileEntry entry(resourcePath);
193 if (!entry.Init()) {
196 for (const auto &child : entry.GetChilds()) {
203 bool ResourceAppend::ScanLimitKey(const unique_ptr<FileEntry> &entry,
209 cerr << NEW_LINE_PATH << entry->GetFilePath().GetPath() << endl;
213 for (const auto &child : entry->GetChilds()) {
239 bool ResourceAppend::ScanFiles(const unique_ptr<FileEntry> &entry,
242 for (const auto &child : entry->GetChilds()) {
414 FileEntry entry(path);
415 if (!entry.Init()) {
419 for (const auto &child : entry.GetChilds()) {