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

/haiku/build/scripts/
H A Dbuild_haiku_repository28 packageDir="$repositoryDir/packages"
29 mkdir "$packageDir"
35 cp "$packageFile" "$packageDir/$fileName"
40 "$packageRepo" create "$repositoryDir/repo.info" "$packageDir"/*.hpkg
H A Dupload_haiku_repository18 packageDir="$repositoryDir/packages"
21 fileName=`basename "$packageDir"/haiku-*.hpkg .hpkg`
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp131 BDirectory packageDir(fPathToInfo.Path());
132 fStatus = packageDir.InitCheck();
135 packageDir.SetTo(configPath.Path());
136 if (packageDir.CreateDirectory(kPackagesDir, &packageDir) != B_OK) {

Completed in 93 milliseconds