Lines Matching refs:it
33 for (const auto &it : f.GetChilds()) {
34 string limitKey = it->GetFilePath().GetFilename();
35 if (ResourceUtil::IsIgnoreFile(limitKey, it->IsFile())) {
39 if (it->IsFile()) {
40 cerr << "Error: '" << it->GetFilePath().GetPath() << "' not directory." << endl;
48 if (!ScanResourceLimitKeyDir(it->GetFilePath().GetPath(), limitKey, callback)) {
71 for (const auto &it : f.GetChilds()) {
72 string dirPath = it->GetFilePath().GetPath();
73 string fileCluster = it->GetFilePath().GetFilename();
74 if (ResourceUtil::IsIgnoreFile(fileCluster, it->IsFile())) {
78 if (it->IsFile()) {