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

  /device/asus/flo/conn_init/
wfc_util_fctrl.c 57 off_t sz_file; local
83 sz_file = lseek( fd, 0, SEEK_END );
84 sz_backupBuff = (int)sz_file - (pETagPointer - pReadBuff);
115 ftruncate(fd, sz_file + strlen(pNewStringValue) - 1); /* we use "-1" becasue of "pSPointer = pETagPointer - 1"*/
135 off_t sz_file; local
154 sz_file = lseek( fd, 0, SEEK_END );
155 sz_newReadBuff = (int)sz_file - (int)(pETagPointer - pSValuePointer) + strlen(pNewValueString);
166 memset( pNewReadBuff, 0, sz_file );
180 memcpy( pCurReadBuff, pETagPointer, ((int)(sz_file) - (int)(pETagPointer - pReadBuff) + 1));
205 off_t sz_file; local
267 off_t sz_file; local
346 off_t sz_file; local
471 off_t sz_file; local
    [all...]
  /device/lge/mako/conn_init/
wfc_util_fctrl.c 57 off_t sz_file; local
83 sz_file = lseek( fd, 0, SEEK_END );
84 sz_backupBuff = (int)sz_file - (pETagPointer - pReadBuff);
115 ftruncate(fd, sz_file + strlen(pNewStringValue) - 1); /* we use "-1" becasue of "pSPointer = pETagPointer - 1"*/
135 off_t sz_file; local
154 sz_file = lseek( fd, 0, SEEK_END );
155 sz_newReadBuff = (int)sz_file - (int)(pETagPointer - pSValuePointer) + strlen(pNewValueString);
166 memset( pNewReadBuff, 0, sz_file );
180 memcpy( pCurReadBuff, pETagPointer, ((int)(sz_file) - (int)(pETagPointer - pReadBuff) + 1));
205 off_t sz_file; local
267 off_t sz_file; local
346 off_t sz_file; local
471 off_t sz_file; local
    [all...]

Completed in 58 milliseconds