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

/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp20 const char * kPackagesDir = "packages"; variable
32 ret = path.Append(kPackagesDir);
125 if (fPathToInfo.SetTo(configPath.Path(), kPackagesDir) != B_OK) {
136 if (packageDir.CreateDirectory(kPackagesDir, &packageDir) != B_OK) {
H A DInstalledPackageInfo.h23 extern const char * kPackagesDir;
H A DUninstallView.cpp411 if (fToPackages.Append(kPackagesDir) != B_OK)

Completed in 47 milliseconds