Lines Matching refs:limitKey
160 string limitKey = child->GetFilePath().GetFilename(); in ScanSubLimitkeyResources() local
161 if (ResourceUtil::IsIgnoreFile(limitKey, child->IsFile())) { in ScanSubLimitkeyResources()
165 if (limitKey == RAW_FILE_DIR) { in ScanSubLimitkeyResources()
177 if (!ScanLimitKey(child, limitKey, outputPath)) { in ScanSubLimitkeyResources()
198 const string &limitKey, const string outputPath) in ScanLimitKey() argument
201 if (!KeyParser::Parse(limitKey, keyParams)) { in ScanLimitKey()
202 cerr << "Error: invalid limit key '" << limitKey << "'."; in ScanLimitKey()
224 …DirectoryInfo directoryInfo = { limitKey, fileCuster, child->GetFilePath().GetPath(), keyParams, r… in ScanLimitKey()
305 string limitKey = path.GetParent().GetParent().GetFilename(); in ScanSingleFile() local
307 if (!KeyParser::Parse(limitKey, keyParams)) { in ScanSingleFile()
312 …DirectoryInfo directoryInfo = {limitKey, fileCuster, path.GetParent().GetPath(), keyParams, resTyp… in ScanSingleFile()