HomeSort by relevance Sort by last modified time
    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 122 milliseconds