Lines Matching refs:GetPath
83 cerr << "Error:" << child->GetFilePath().GetPath() << " not file" << endl; in Combine()
89 if (!LoadResourceItem(child->GetFilePath().GetPath())) { in Combine()
114 …ePath = FileEntry::FilePath(outputPath).Append(ResourceUtil::GenerateHash(resourcePath)).GetPath(); in ScanResources()
142 if (!ScanIegalResources(child->GetFilePath().GetPath(), outputPath)) { in ScanSubResources()
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()
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()
243 cerr << "Error: '" << child->GetFilePath().GetPath() << "' not file." << endl; in ScanFiles()
247 FileInfo fileInfo = {directoryInfo, child->GetFilePath().GetPath(), filename}; in ScanFiles()
260 … return ResourceUtil::CopyFleInner(fileInfo.filePath, outPath.Append(ID_DEFINED_FILE).GetPath()); in ScanFile()
285 if (!WriteFileInner(outStream, output.Append(hash).GetPath())) { in ScanFile()
312 …DirectoryInfo directoryInfo = {limitKey, fileCuster, path.GetParent().GetPath(), keyParams, resTyp… in ScanSingleFile()
417 ret = WriteRawFile(child->GetFilePath().GetPath(), outputPath); in ScanRawFiles()
419 ret = ScanRawFiles(child->GetFilePath().GetPath(), outputPath); in ScanRawFiles()
438 sub = FileEntry::FilePath(RESOURCES_DIR).Append(sub).GetPath(); in WriteRawFile()
452 if (!WriteFileInner(outStream, output.Append(hash).GetPath())) { in WriteRawFile()
539 if (ResourceUtil::FileExist(outPath.Append(data).GetPath())) { in LoadResourceItemFromMem()
542 if (!ResourceUtil::CreateDirs(outPath.Append(data).GetParent().GetPath())) { in LoadResourceItemFromMem()
550 if (!ResourceUtil::CopyFleInner(filePathStr, outPath.Append(data).GetPath())) { in LoadResourceItemFromMem()