Lines Matching defs:repository

110 		// We add only the repository of our actual installation location as the
111 // "installed" repository. The repositories for the more general
122 // Only add the home repository if the directory exists
137 B_TRANSLATE("Failed to get repository names"));
241 // remove the packages from the repository
252 // (virtually) apply the result to this repository
355 // (virtually) apply the result to this repository
373 DIE("No installation repository");
638 DIE("Internal error: repository %s is not a local repository",
696 BPackageManager::_ClonePackageFile(LocalRepository* repository,
701 repository->GetPackagePath(package, sourcePath);
759 BPackageManager::_AddInstalledRepository(InstalledRepository* repository)
761 fInstallationInterface->InitInstalledRepository(*repository);
763 BRepositoryBuilder(*repository)
764 .AddToSolver(fSolver, repository->Location() == fLocation);
765 repository->SetPriority(repository->InitialPriority());
767 if (!fInstalledRepositories.AddItem(repository))
780 "Failed to get config for repository \"%s\". Skipping."), name);
788 "Failed to get cache for repository \"%s\". Skipping."), name);
792 RemoteRepository* repository = new RemoteRepository(config);
793 if (!fOtherRepositories.AddItem(repository)) {
794 delete repository;
798 BRepositoryBuilder(*repository, cache, config.Name())
813 "Refreshing repository \"%s\" failed"), config.Name().String());
962 DIE("Package %s not in local repository",
1022 DIE("Package %s not in repository %s",
1063 DIE(error, "Failed to add package %s to %s repository",
1073 BPackageManager::Transaction::Transaction(InstalledRepository& repository)
1075 fRepository(repository),
1097 InstalledRepository& repository)
1119 InstalledRepository& repository)
1121 const char* name = repository.InitialName();
1122 BRepositoryBuilder(repository, name)
1123 .AddPackages(repository.Location(), name);
1213 InstalledRepository& repository)
1220 InstalledRepository& repository, const BCommitTransactionResult& result)
1227 InstalledRepository& repository)