Searched refs:repoInfo (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tools/create_repository_config/
H A Dcreate_repository_config.cpp68 BPackageKit::BRepositoryInfo repoInfo; local
69 DIE_ON_ERROR(repoInfo.SetTo(infoPath),
73 if (repoInfo.BaseURL().IsEmpty()) {
76 baseUrl = repoInfo.Identifier();
78 baseUrl = repoInfo.BaseURL();
83 repoConfig.SetName(repoInfo.Name());
85 repoConfig.SetIdentifier(repoInfo.Identifier());
86 repoConfig.SetPriority(repoInfo.Priority());
/haiku/build/scripts/
H A Dbuild_haiku_repository3 # Usage: build_haiku_repository <initScript> <repositoryDir> <repoInfo>
17 repoInfo="$2"
39 cp "$repoInfo" "$repositoryDir/repo.info"
/haiku/src/kits/package/
H A DActivateRepositoryConfigJob.cpp44 BRepositoryInfo repoInfo(fArchivedRepoInfoEntry);
45 status_t result = repoInfo.InitCheck();
49 result = fTargetEntry.SetTo(&fTargetDirectory, repoInfo.Name().String());
55 << repoInfo.Name() << " already exists.";
68 repoConfig.SetName(repoInfo.Name());
70 repoConfig.SetIdentifier(repoInfo.Identifier());
71 repoConfig.SetPriority(repoInfo.Priority());
74 repoConfig.SetBaseURL(repoInfo.BaseURL());
/haiku/src/tests/kits/package/
H A Dmake_repo.cpp23 BRepositoryInfo repoInfo; local
24 repoInfo.SetName(argv[1]);
25 repoInfo.SetURL(argv[2]);
26 repoInfo.SetPriority(atoi(argv[3]));
29 status_t result = repoInfo.Archive(&repoInfoArchive);

Completed in 94 milliseconds