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
95 s->hfile = CreateFile(filename, access_flags,
98 if (s->hfile == INVALID_HANDLE_VALUE) {
121 ret = ReadFile(s->hfile, buf, count, &ret_count, &ov);
142 ret = WriteFile(s->hfile, buf, count, &ret_count, &ov);
153 FlushFileBuffers(s->hfile);
159 CloseHandle(s->hfile);
169 if (!SetFilePointer(s->hfile, low, &high, FILE_BEGIN))
171 if (!SetEndOfFile(s->hfile))
187 l.LowPart = GetFileSize(s->hfile, (PDWORD)&l.HighPart)
    [all...]
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 180 bool ReadFileHeader(FILE* hfile, int32* num_entries, int32* used_count,
188 void WriteToFile(FILE* hfile, off_t offset, void* data, int32 data_size);
201 bool ReadFromFile(FILE* hfile, off_t offset, void* data, size_t data_size);
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_cli.c 1684 char *home, *hfile = NULL; local
    [all...]
  /frameworks/base/media/mca/
structgen.py 353 hfile = open(hfilepath, 'w')
354 hfile.write(structspec.hFileString())
355 hfile.close()
  /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);
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 3538 char *home, *hfile = NULL; local
    [all...]

Completed in 300 milliseconds