Lines Matching defs:g_customerfileinfo
69 } g_customerfileinfo;
77 g_customerfileinfo.inputfile = NULL;
78 g_customerfileinfo.pcidfile = NULL;
79 g_customerfileinfo.rpcidfile = NULL;
101 PRINT_ERR("syscap_tool failed to complete. input: %s\n", g_customerfileinfo.inputfile);
111 ret = RPCIDEncode(g_customerfileinfo.inputfile, outputpath); break;
113 ret = RPCIDDecode(g_customerfileinfo.inputfile, outputpath); break;
115 ret = EncodeRpcidscToString(g_customerfileinfo.inputfile, outputpath); break;
117 ret = EncodePcidscToString(g_customerfileinfo.inputfile, outputpath); break;
119 ret = ComparePcidWithRpcidString(g_customerfileinfo.pcidfile, g_customerfileinfo.rpcidfile, TYPE_FILE);
122 ret = ComparePcidWithRpcidString(g_customerfileinfo.pcidfile, g_customerfileinfo.rpcidfile, TYPE_STRING);
125 ret = CreatePCID(g_customerfileinfo.inputfile, outputpath); break;
127 ret = DecodePCID(g_customerfileinfo.inputfile, outputpath); break;
129 ret = DecodeStringPCIDToJson(g_customerfileinfo.inputfile, outputpath); break;
167 g_customerfileinfo.pcidfile = optarg;
168 g_customerfileinfo.rpcidfile = argv[optind];
172 g_customerfileinfo.inputfile = optarg;