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

/haiku/src/bin/package/
H A Dcommand_recompress.cpp105 const char* inputPackageFileName = argv[optind++]; local
111 if (strcmp(inputPackageFileName, "-") == 0) {
115 error = inputFileFile->SetTo(inputPackageFileName, O_RDONLY);
118 inputPackageFileName, strerror(error));

Completed in 28 milliseconds