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

/haiku/src/bin/package/
H A Dcommand_add.cpp34 const char* packageInfoFileName = NULL; local
81 packageInfoFileName = optarg;
106 if (optind >= argc && packageInfoFileName == NULL)
130 if (packageInfoFileName != NULL) {
131 packageInfoFD = open(packageInfoFileName, O_RDONLY);
134 "%s\n", packageInfoFileName, strerror(errno));
155 listener, packageInfoFileName != NULL) != B_OK)
159 if (packageInfoFileName != NULL
170 if (packageInfoFileName != NULL) {
H A Dcommand_create.cpp37 const char* packageInfoFileName = NULL; local
86 packageInfoFileName = optarg;
156 if (packageInfoFileName != NULL) {
157 packageInfoFD = open(packageInfoFileName, O_RDONLY);
160 "%s\n", packageInfoFileName, strerror(errno));
H A Dcommand_extract.cpp768 const char* packageInfoFileName, const char* const* explicitEntries,
835 if (packageInfoFileName != NULL)
836 handler.SetPackageInfoFile(packageInfoFileName);
863 const char* packageInfoFileName = NULL; local
886 packageInfoFileName = optarg;
904 packageInfoFileName, explicitEntries, explicitEntryCount, true);
906 packageInfoFileName, explicitEntries, explicitEntryCount, false);
767 do_extract(const char* packageFileName, const char* changeToDirectory, const char* packageInfoFileName, const char* const* explicitEntries, int explicitEntryCount, bool ignoreVersionError) argument

Completed in 40 milliseconds