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

/haiku/src/bin/package_repo/
H A Dcommand_create.cpp178 BPath repositoryPath; local
179 if (repositoryParentEntry.GetPath(&repositoryPath) != B_OK) {
184 repositoryPath.Append("repo");
196 if ((result = repositoryWriter.Init(repositoryPath.Path())) != B_OK) {
233 repositoryPath.Path());

Completed in 69 milliseconds