Searched refs:packagePath (Results 1 - 9 of 9) sorted by path

/haiku/src/kits/package/hpkg/
H A DRepositoryWriterImpl.cpp332 BPath packagePath; local
333 if ((result = packageEntry.GetPath(&packagePath)) != B_OK) {
340 if ((result = packageReader.Init(packagePath.Path())) != B_OK) {
342 packagePath.Path());
359 packagePath.Path());
/haiku/src/preferences/repositories/
H A DRepositoriesWindow.cpp56 BPath packagePath; local
59 &packagePath);
61 status = packagePath.Append("package-repositories");
64 status = find_directory(B_SYSTEM_CACHE_DIRECTORY, &packagePath);
66 status = packagePath.Append("package-repositories");
69 BNode packageNode(packagePath.Path());
/haiku/src/servers/package/
H A DFSUtils.cpp196 const char* packagePath; local
197 status_t error = packageEntry.GetPath(packagePathBuffer, packagePath);
207 return ExtractPackageContent(packagePath, contentPath, targetPath);
212 FSUtils::ExtractPackageContent(const char* packagePath, const char* contentPath, argument
218 + ShellEscapeString(packagePath).String()
H A DFSUtils.h218 static status_t ExtractPackageContent(const char* packagePath,
/haiku/build/scripts/
H A Dbuild_haiku_package28 packagePath="$1"
42 packageName=`basename "$packagePath"`
118 $rmAttrs -f "$packagePath"
120 -C "$contentsDir" "$packagePath"
124 -C "$contentsDir" "$packagePath" .
/haiku/src/apps/haikudepot/packagemanagement/
H A DOpenPackageProcess.cpp202 BPath packagePath;
203 if (PackageUtils::DeriveLocalFilePath(package, packagePath) != B_OK) {
211 status_t status = reader.Init(packagePath.Path());
215 packagePath.Path(), strerror(status));
225 packagePath.Path(), strerror(status));
/haiku/src/apps/haikudepot/server/
H A DLocalPkgDataLoadProcess.cpp317 BPath packagePath(systemPath);
318 packagePath.Append(systemFlaggedPackages.StringAt(i));
319 installedRepositoryBuilder.AddPackage(packagePath.Path());
331 BPath packagePath(systemPath);
332 packagePath.Append(it->first);
333 systemRepositoryBuilder.AddPackage(packagePath.Path());
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.cpp334 BPath packagePath; local
336 if (PackageUtils::DeriveLocalFilePath(&package, packagePath) != B_OK) {
345 status_t status = reader.Init(packagePath.Path());
349 packagePath.Path(), strerror(status));
/haiku/src/system/boot/loader/
H A Dpackage_support.cpp279 ArrayDeleter<char> packagePath(new(std::nothrow) char[B_PATH_NAME_LENGTH]);
280 if (!packagePath.IsSet()) {
290 otherState->GetPackagePath(systemPackageName.Get(), packagePath.Get(),
293 if (get_stat(packagesDirectory, packagePath.Get(), st) == B_OK
295 state->SetSystemPackage(packagePath.Get());

Completed in 94 milliseconds