Searched refs:repoNames (Results 1 - 2 of 2) sorted by last modified time

/haiku/src/apps/haikudepot/process/
H A DProcessCoordinatorFactory.cpp124 BStringList repoNames; local
125 status_t repoNamesResult = roster.GetRepositoryNames(repoNames);
130 for (int32 i = 0; i < repoNames.CountStrings(); i++) {
133 repoNames.StringAt(i), model, serverProcessOptions));
/haiku/src/apps/haikudepot/server/
H A DLocalRepositoryUpdateProcess.cpp68 BStringList repoNames; local
71 status_t result = roster.GetRepositoryNames(repoNames);
81 result == B_OK && i < repoNames.CountStrings() && !WasStopped();
83 result = _RunForRepositoryName(repoNames.StringAt(i), context,
93 Name(), repoNames.CountStrings());

Completed in 44 milliseconds