HomeSort by relevance Sort by last modified time
    Searched defs:wfc_util_fset_buffer (Results 1 - 2 of 2) sorted by null

  /device/asus/flo/conn_init/
wfc_util_fctrl.c 198 * wfc_util_fset_buffer
202 void wfc_util_fset_buffer(char *pFileName, int positionStart, unsigned char *pNewValue, int newValueLength) function
236 wfc_util_log_error("wfc_util_fset_buffer : file size(%d) is less than to write position(%d)", (int)sz_file, (positionStart+newValueLength));
242 wfc_util_log_error("wfc_util_fset_buffer : can not malloc(%d)", (int)sz_file);
246 wfc_util_log_error("wfc_util_fset_buffer : fail to fsync()");
251 wfc_util_log_error("wfc_util_fset_buffer : can not open file");
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 198 * wfc_util_fset_buffer
202 void wfc_util_fset_buffer(char *pFileName, int positionStart, unsigned char *pNewValue, int newValueLength) function
236 wfc_util_log_error("wfc_util_fset_buffer : file size(%d) is less than to write position(%d)", (int)sz_file, (positionStart+newValueLength));
242 wfc_util_log_error("wfc_util_fset_buffer : can not malloc(%d)", (int)sz_file);
246 wfc_util_log_error("wfc_util_fset_buffer : fail to fsync()");
251 wfc_util_log_error("wfc_util_fset_buffer : can not open file");

Completed in 914 milliseconds