Lines Matching refs:fileIds
240 std::vector<std::string> &fileIds)
243 int32_t ret = LoadPackage(packagePath, fileIds, pkgType);
252 int32_t PkgManagerImpl::ParsePackage(StreamPtr stream, std::vector<std::string> &fileIds, int32_t type)
264 int32_t ret = pkgFile->LoadPackage(fileIds,
279 std::vector<std::string> &fileIds)
298 int32_t ret = LoadPackage(packagePath, fileIds, pkgType);
317 fileIds.push_back(name);
320 ret = ExtraAndLoadPackage(GetFilePath(packagePath), name, pkgType, fileIds);
344 PkgFile::PkgType type, std::vector<std::string> &fileIds)
379 return LoadPackageWithStream(path, fileIds, type, stream);
382 int32_t PkgManagerImpl::LoadPackage(const std::string &packagePath, std::vector<std::string> &fileIds,
392 return LoadPackageWithStream(packagePath, fileIds, type, stream);
396 std::vector<std::string> &fileIds, uint8_t type, StreamPtr stream)
404 return LoadPackageWithStream(packagePath, fileIds, static_cast<PkgFile::PkgType>(type),
409 std::vector<std::string> &fileIds, PkgFile::PkgType type, PkgStreamPtr stream)
420 ret = pkgFile->LoadPackage(fileIds,