Lines Matching refs:GetFilePath
83 cerr << "Error:" << child->GetFilePath().GetPath() << " not file" << endl; in Combine()
86 if (child->GetFilePath().GetFilename() == ID_DEFINED_FILE) { in Combine()
89 if (!LoadResourceItem(child->GetFilePath().GetPath())) { in Combine()
137 if (KeyParser::Parse(entry.GetFilePath().GetFilename(), keyParams)) { in ScanSubResources()
139 if (!ResourceUtil::IslegalPath(child->GetFilePath().GetFilename())) { in ScanSubResources()
142 if (!ScanIegalResources(child->GetFilePath().GetPath(), outputPath)) { in ScanSubResources()
149 if (ResourceUtil::IslegalPath(entry.GetFilePath().GetFilename())) { in ScanSubResources()
160 string limitKey = child->GetFilePath().GetFilename(); in ScanSubLimitkeyResources()
166 if (!ScanRawFiles(child->GetFilePath().GetPath(), outputPath)) { in ScanSubLimitkeyResources()
173 cerr << "Error: " << child->GetFilePath().GetPath() << " not directory" << endl; in ScanSubLimitkeyResources()
191 if (!ScanSingleFile(child->GetFilePath().GetPath(), outputPath)) { in ScanIegalResources()
203 cerr << NEW_LINE_PATH << entry->GetFilePath().GetPath() << endl; in ScanLimitKey()
208 string fileCuster = child->GetFilePath().GetFilename(); in ScanLimitKey()
214 cerr << "Error: " << child->GetFilePath().GetPath() << " not directory" << endl; in ScanLimitKey()
220 … cerr << "Error: invalid resType." << NEW_LINE_PATH << child->GetFilePath().GetPath() << endl; in ScanLimitKey()
224 …DirectoryInfo directoryInfo = { limitKey, fileCuster, child->GetFilePath().GetPath(), keyParams, r… in ScanLimitKey()
237 string filename = child->GetFilePath().GetFilename(); in ScanFiles()
243 cerr << "Error: '" << child->GetFilePath().GetPath() << "' not file." << endl; in ScanFiles()
247 FileInfo fileInfo = {directoryInfo, child->GetFilePath().GetPath(), filename}; in ScanFiles()
358 size = resourceItem.GetFilePath().length(); in WriteResourceItem()
360 out.write(reinterpret_cast<const char *>(resourceItem.GetFilePath().c_str()), size); in WriteResourceItem()
410 string filename = child->GetFilePath().GetFilename(); in ScanRawFiles()
417 ret = WriteRawFile(child->GetFilePath().GetPath(), outputPath); in ScanRawFiles()
419 ret = ScanRawFiles(child->GetFilePath().GetPath(), outputPath); in ScanRawFiles()
493 if (FileEntry::FilePath(resourceItem->GetFilePath()).GetExtension() == JSON_EXTENSION) { in AddRef()
501 FileEntry::FilePath(resourceItem->GetFilePath()).GetExtension() != JSON_EXTENSION) { in AddRef()
614 cerr << NEW_LINE_PATH << (*ret)->GetFilePath() << endl; in CheckModuleResourceItem()
615 cerr << "but declared again." << NEW_LINE_PATH << resourceItem->GetFilePath() << endl; in CheckModuleResourceItem()