Searched refs:repoName (Results 1 - 9 of 9) sorted by relevance

/haiku/src/bin/pkgman/
H A Dcommand_drop_repo.cpp79 const char* repoName = argv[optind]; local
87 DropRepositoryRequest dropRequest(context, repoName);
92 repoName);
H A Dcommand_refresh.cpp93 const BString& repoName = repositoryNames.StringAt(i); local
95 result = roster.GetRepositoryConfig(repoName, &repoConfig);
107 repoName.String());
H A Dcommand_add_repo.cpp109 BString repoName = addRequest.RepositoryName(); local
112 roster.GetRepositoryConfig(repoName, &repoConfig);
119 repoName.String());
H A Dcommand_list_repos.cpp92 const BString& repoName = repositoryNames.StringAt(i); local
94 result = roster.GetRepositoryConfig(repoName, &repoConfig);
112 result = roster.GetRepositoryCache(repoName, &repoCache);
/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.cpp102 const BString& repoName, BPackageKit::BPackageRoster& roster,
107 Name(), repoName.String());
111 if (roster.GetRepositoryCache(repoName, cache) != B_OK) {
113 Name(), repoName.String());
119 " time that the application has run", Name(), repoName.String());
124 repoName.String());
131 LocalRepositoryUpdateProcess::_RunForRepositoryName(const BString& repoName, argument
137 result = roster.GetRepositoryConfig(repoName, &repoConfig);
139 if (_ShouldRunForRepositoryName(repoName, roster, cache)) {
144 repoName
101 _ShouldRunForRepositoryName( const BString& repoName, BPackageKit::BPackageRoster& roster, BPackageKit::BRepositoryCache* cache) argument
[all...]
H A DLocalRepositoryUpdateProcess.h47 const BString& repoName,
51 status_t _RunForRepositoryName(const BString& repoName,
H A DLocalPkgDataLoadProcess.cpp109 const BString& repoName = repositoryNames.StringAt(i); local
111 new(std::nothrow) DepotInfo(repoName), true);
118 repoName, &repoConfig);
123 Name(), repoName.String(), repoConfig.Identifier().String());
127 repoName.String(), strerror(getRepositoryConfigStatus));
275 BString repoName = B_TRANSLATE("Local"); local
276 DepotInfoRef depotInfoRef(new(std::nothrow) DepotInfo(repoName), true);
/haiku/src/preferences/repositories/
H A DTaskLooper.cpp233 BString errorDetails, repoName("");
282 repoName = addRequest.RepositoryName();
285 roster.GetRepositoryConfig(repoName, &repoConfig);
296 nameString.Append(repoName).Append("\"");
310 task->resultName = repoName;
317 task->resultName = repoName;
H A DRepositoriesView.cpp348 BString repoName = message->GetString(key_name, local
355 _TaskCompleted(rowItem, count, repoName);
366 BString repoName = message->GetString(key_name, local
373 _TaskCompleted(rowItem, count, repoName);
495 BString repoName(rowItem->Name());
496 status_t result = pRoster.GetRepositoryConfig(repoName, &repoConfig);
604 const BString& repoName = repositoryNames.StringAt(index); local
605 result = pRoster.GetRepositoryConfig(repoName, &repoConfig);
607 _AddRepo(repoName, repoConfig.BaseURL(), true);
612 text.ReplaceFirst("%name%", repoName);
[all...]

Completed in 63 milliseconds