OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wfc_util_fget_buffer
(Results
1 - 2
of
2
) sorted by null
/device/asus/flo/conn_init/
wfc_util_fctrl.c
258
*
wfc_util_fget_buffer
263
int
wfc_util_fget_buffer
(char *pFileName, int positionStart, int lengthToRead, unsigned char *pValueBuff, int buffLength)
function
311
wfc_util_log_error("
wfc_util_fget_buffer
: not enough string value buffer(%d)", (int)(pETagPointer-pSValuePointer));
316
wfc_util_log_error("
wfc_util_fget_buffer
: can not malloc(%d)", (int)sz_file);
319
wfc_util_log_error("
wfc_util_fget_buffer
: file size(%d) is less than to read position(%d)", (int)sz_file, (positionStart+lengthToRead));
323
wfc_util_log_error("
wfc_util_fget_buffer
: can not open file");
/device/lge/mako/conn_init/
wfc_util_fctrl.c
258
*
wfc_util_fget_buffer
263
int
wfc_util_fget_buffer
(char *pFileName, int positionStart, int lengthToRead, unsigned char *pValueBuff, int buffLength)
function
311
wfc_util_log_error("
wfc_util_fget_buffer
: not enough string value buffer(%d)", (int)(pETagPointer-pSValuePointer));
316
wfc_util_log_error("
wfc_util_fget_buffer
: can not malloc(%d)", (int)sz_file);
319
wfc_util_log_error("
wfc_util_fget_buffer
: file size(%d) is less than to read position(%d)", (int)sz_file, (positionStart+lengthToRead));
323
wfc_util_log_error("
wfc_util_fget_buffer
: can not open file");
Completed in 45 milliseconds