Home
last modified time | relevance | path

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

/developtools/syscap_codec/src/
H A Dmain.c69 } g_customerfileinfo; variable
77 g_customerfileinfo.inputfile = NULL; in main()
78 g_customerfileinfo.pcidfile = NULL; in main()
79 g_customerfileinfo.rpcidfile = NULL; in main()
101 PRINT_ERR("syscap_tool failed to complete. input: %s\n", g_customerfileinfo.inputfile); in main()
111 ret = RPCIDEncode(g_customerfileinfo.inputfile, outputpath); break; in OperateByBitMap()
113 ret = RPCIDDecode(g_customerfileinfo.inputfile, outputpath); break; in OperateByBitMap()
115 ret = EncodeRpcidscToString(g_customerfileinfo.inputfile, outputpath); break; in OperateByBitMap()
117 ret = EncodePcidscToString(g_customerfileinfo.inputfile, outputpath); break; in OperateByBitMap()
119 ret = ComparePcidWithRpcidString(g_customerfileinfo in OperateByBitMap()
[all...]

Completed in 1 milliseconds