Home
last modified time | relevance | path

Searched refs:WFC_BUFFER_SIZE (Results 1 – 2 of 2) sorted by relevance

/device/lge/mako/conn_init/
Dwfc_util_fctrl.c585 #define WFC_BUFFER_SIZE 2048 in wfc_util_ffile_check_copy() macro
586 char buf[WFC_BUFFER_SIZE] = {0}; // Null terminated in wfc_util_ffile_check_copy()
619 while ((nread = read(srcfd, buf, WFC_BUFFER_SIZE-1)) != 0) { in wfc_util_ffile_check_copy()
628 if (nread < WFC_BUFFER_SIZE) in wfc_util_ffile_check_copy()
631 buf[WFC_BUFFER_SIZE-1] = '\0'; in wfc_util_ffile_check_copy()
632 nread = WFC_BUFFER_SIZE-1; in wfc_util_ffile_check_copy()
/device/asus/flo/conn_init/
Dwfc_util_fctrl.c585 #define WFC_BUFFER_SIZE 2048 in wfc_util_ffile_check_copy() macro
586 char buf[WFC_BUFFER_SIZE] = {0}; // Null terminated in wfc_util_ffile_check_copy()
619 while ((nread = read(srcfd, buf, WFC_BUFFER_SIZE-1)) != 0) { in wfc_util_ffile_check_copy()
628 if (nread < WFC_BUFFER_SIZE) in wfc_util_ffile_check_copy()
631 buf[WFC_BUFFER_SIZE-1] = '\0'; in wfc_util_ffile_check_copy()
632 nread = WFC_BUFFER_SIZE-1; in wfc_util_ffile_check_copy()