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

/haiku/src/bin/package_repo/
H A Dcommand_update.cpp56 parsePackageListFile(const char* packageListFileName, argument
59 FILE* packageListFile = fopen(packageListFileName, "r");
61 printf("Error: Unable to open %s\n", packageListFileName);
69 packageListFileName);
259 const char* packageListFileName = argv[optind++]; local
320 if ((result = parsePackageListFile(packageListFileName, &packageNames))
324 packageListFileName, strerror(result));

Completed in 19 milliseconds