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

  /external/qemu/block/
raw-win32.c 36 HANDLE hfile; member in struct:BDRVRawState
99 s->hfile = CreateFile(filename, access_flags,
102 if (s->hfile == INVALID_HANDLE_VALUE) {
125 ret = ReadFile(s->hfile, buf, count, &ret_count, &ov);
146 ret = WriteFile(s->hfile, buf, count, &ret_count, &ov);
157 FlushFileBuffers(s->hfile);
163 CloseHandle(s->hfile);
173 if (!SetFilePointer(s->hfile, low, &high, FILE_BEGIN))
175 if (!SetEndOfFile(s->hfile))
191 l.LowPart = GetFileSize(s->hfile, (PDWORD)&l.HighPart)
    [all...]
  /external/wpa_supplicant/
wpa_cli.c 1346 char *home, *hfile = NULL; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 1661 char *home, *hfile = NULL; local
    [all...]
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
console.c 1048 FILE *hfile = fopen(script_file, "r" ); local
1052 if( hfile )
1057 while( fgets(buf, sizeof(buf), hfile ) )
1066 fclose(hfile);
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
console.c 81 FILE *hfile = fopen(script_file, "r" ); local
83 if( hfile )
88 while( fgets(buf, sizeof(buf), hfile ) )
96 fclose(hfile);
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
console.c 1048 FILE *hfile = fopen(script_file, "r" ); local
1052 if( hfile )
1057 while( fgets(buf, sizeof(buf), hfile ) )
1066 fclose(hfile);

Completed in 294 milliseconds