Searched refs:packArgv (Results 1 – 1 of 1) sorted by relevance
143 if (packArgv->source == NULL) { in ParsePackArgs()147 if (GetRealPath(packArgv->source, packInfo->source) != 0) { in ParsePackArgs()151 if (packArgv->output == NULL) { in ParsePackArgs()152 packArgv->output = "."; in ParsePackArgs()167 if ((packArgv->name == NULL) || (packArgv->version == NULL)) { in ParsePackArgs()192 HnpPackArgv packArgv = {0}; in HnpCmdPack() local202 packArgv.source = optarg; in HnpCmdPack()205 packArgv.output = optarg; in HnpCmdPack()208 packArgv.name = optarg; in HnpCmdPack()211 packArgv.version = optarg; in HnpCmdPack()[all …]