Searched refs:g_pLogObject (Results 1 – 1 of 1) sorted by relevance
| /rkdeveloptool/ |
| H A D | main.cpp | 19 CRKLog *g_pLogObject=NULL; variable 231 if (g_pLogObject) in parse_config_file() 232 g_pLogObject->Record("%s failed, err=%d, can't open file: %s\r\n", __func__, errno, pConfigFile); in parse_config_file() 249 if (g_pLogObject) in parse_config_file() 250 …g_pLogObject->Record("%s failed, err=%d, read=%d, total=%d\r\n", __func__, errno, iRead, iFileSize… in parse_config_file() 421 if (g_pLogObject) in parse_parameter_file() 422 g_pLogObject->Record("%s failed, err=%d, can't open file: %s\r\n", __func__, errno, pParamFile); in parse_parameter_file() 438 if (g_pLogObject) in parse_parameter_file() 439 … g_pLogObject->Record("%s failed, err=%d, read=%d, total=%d\r\n", __func__, errno,iRead,iFileSize); in parse_parameter_file() 457 if (g_pLogObject) in is_sparse_image() [all …]
|