OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wfc_util_fget_string
(Results
1 - 2
of
2
) sorted by null
/device/asus/flo/conn_init/
wfc_util_fctrl.c
452
*
wfc_util_fget_string
467
int
wfc_util_fget_string
(char *pFileName, char *pEndOfCfg, char *pSTagString, char *pETagString, char *pValueStringBuff, int stringBuffLength)
function
526
wfc_util_log_error("
wfc_util_fget_string
: not enough string value buffer(%d)", (int)(pETagPointer-pSValuePointer));
529
wfc_util_log_error("
wfc_util_fget_string
: can not find End TAG");
532
wfc_util_log_error("
wfc_util_fget_string
: can not find Start TAG");
536
wfc_util_log_error("
wfc_util_fget_string
: can not malloc(%d)", (int)sz_file);
540
wfc_util_log_error("
wfc_util_fget_string
: can not open file");
/device/lge/mako/conn_init/
wfc_util_fctrl.c
452
*
wfc_util_fget_string
467
int
wfc_util_fget_string
(char *pFileName, char *pEndOfCfg, char *pSTagString, char *pETagString, char *pValueStringBuff, int stringBuffLength)
function
526
wfc_util_log_error("
wfc_util_fget_string
: not enough string value buffer(%d)", (int)(pETagPointer-pSValuePointer));
529
wfc_util_log_error("
wfc_util_fget_string
: can not find End TAG");
532
wfc_util_log_error("
wfc_util_fget_string
: can not find Start TAG");
536
wfc_util_log_error("
wfc_util_fget_string
: can not malloc(%d)", (int)sz_file);
540
wfc_util_log_error("
wfc_util_fget_string
: can not open file");
Completed in 468 milliseconds