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

/haiku/build/scripts/
H A Dbuild_haiku_package29 packageInfoPath="$2"
119 $package create -q "-$compressionLevel" -i "$packageInfoPath" \
123 $package add -q -f "-$compressionLevel" -i "$packageInfoPath" \
/haiku/src/tools/update_package_requires/
H A Dupdate_package_requires.cpp103 const char* const packageInfoPath = argv[1]; local
132 error = packageInfo.ReadFromConfigFile(packageInfoPath);
134 DIE(error, "failed to read package info file \"%s\"", packageInfoPath);
163 FILE* file = fopen(packageInfoPath, "w");
166 packageInfoPath);
171 packageInfoPath);

Completed in 36 milliseconds