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

/haiku/src/kits/package/
H A DRepositoryCache.cpp152 BPath repositoryCachePath; local
154 if ((result = entry.GetPath(&repositoryCachePath)) != B_OK)
160 if ((result = repositoryReader.Init(repositoryCachePath.Path())) != B_OK)
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp104 const char* const repositoryCachePath = argv[2]; local
108 status_t error = repositoryCache.SetTo(repositoryCachePath);
111 repositoryCachePath);

Completed in 41 milliseconds