Searched refs:packageFileName (Results 1 - 8 of 8) sorted by relevance

/haiku/src/bin/package/
H A Dcommand_checksum.cpp123 const char* packageFileName = optind < argc ? argv[optind++] : NULL; local
128 if (packageFileName == NULL || strcmp(packageFileName, "-") == 0) {
132 error = inputFileFile->SetTo(packageFileName, O_RDONLY);
135 packageFileName, strerror(error));
H A Dcommand_create.cpp115 const char* packageFileName = argv[optind++]; local
124 BPath outputPath(packageFileName, NULL, true);
150 status_t result = packageWriter.Init(packageFileName, &writerParameters);
208 printf("\nsuccessfully created package '%s'\n", packageFileName);
H A Dcommand_add.cpp102 const char* packageFileName = argv[optind++]; local
124 status_t result = packageWriter.Init(packageFileName, &writerParameters);
183 printf("\nsuccessfully created package '%s'\n", packageFileName);
H A Dcommand_list.cpp277 do_list(const char* packageFileName, bool listAttributes, ListMode listMode, argument
283 status_t error = VersionPolicy::InitReader(packageReader, packageFileName);
359 const char* packageFileName = argv[optind++]; local
363 if (!BString(packageFileName).EndsWith(".hpkg")) {
373 errorListener.fPath = packageFileName;
376 if (info.ReadFromConfigFile(BEntry(packageFileName), &errorListener)
389 do_list<VersionPolicyV2>(packageFileName, listAttributes, listMode, true);
390 do_list<VersionPolicyV1>(packageFileName, listAttributes, listMode, false);
H A Dcommand_dump.cpp182 const char* packageFileName = argv[optind++]; local
187 status_t error = packageReader.Init(packageFileName);
H A Dcommand_extract.cpp767 do_extract(const char* packageFileName, const char* changeToDirectory, argument
780 status_t error = VersionPolicy::InitReader(packageReader, packageFileName);
900 const char* packageFileName = argv[optind++]; local
903 do_extract<VersionPolicyV2>(packageFileName, changeToDirectory,
905 do_extract<VersionPolicyV1>(packageFileName, changeToDirectory,
/haiku/build/scripts/
H A Dbuild_haiku_image230 packageFileName() function
350 packageFileName=`basename $packageUrl`
351 if [ "$otherPackages" != "${otherPackages#*$packageFileName}" ]; then
352 echo "ERROR: $packageFileName is a dependency of a package installed in /system/packages," \
356 packageFilePath="$downloadDir/$packageFileName"
/haiku/src/bin/package_repo/
H A Dcommand_update.cpp66 BString* packageFileName = new(std::nothrow) BString(buffer); local
67 if (packageFileName == NULL) {
73 packageFileName->Trim();
74 packageFileNames->AddItem(packageFileName);

Completed in 59 milliseconds