Home
last modified time | relevance | path

Searched refs:hfile (Results 1 – 4 of 4) sorted by relevance

/external/qemu/block/
Draw-win32.c36 HANDLE hfile; member
95 s->hfile = CreateFile(filename, access_flags, in raw_open()
98 if (s->hfile == INVALID_HANDLE_VALUE) { in raw_open()
121 ret = ReadFile(s->hfile, buf, count, &ret_count, &ov); in raw_read()
142 ret = WriteFile(s->hfile, buf, count, &ret_count, &ov); in raw_write()
153 FlushFileBuffers(s->hfile); in raw_flush()
159 CloseHandle(s->hfile); in raw_close()
169 if (!SetFilePointer(s->hfile, low, &high, FILE_BEGIN)) in raw_truncate()
171 if (!SetEndOfFile(s->hfile)) in raw_truncate()
187 l.LowPart = GetFileSize(s->hfile, (PDWORD)&l.HighPart); in raw_getlength()
[all …]
/external/chromium/chrome/browser/visitedlink/
Dvisitedlink_master.h180 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/webkit/Tools/android/flex-2.5.4a/MISC/VMS/
Ddescrip.mms267 @- open/Read hfile version.h
268 @- read hfile version
269 @- close/noLog hfile
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_cli.c3291 static char *hfile = NULL; variable
3307 hfile = os_malloc(hfile_len); in start_edit()
3308 if (hfile) in start_edit()
3309 os_snprintf(hfile, hfile_len, "%s/%s", home, fname); in start_edit()
3313 wpa_cli_edit_completion_cb, NULL, hfile, ps) < 0) { in start_edit()
3357 edit_deinit(hfile, wpa_cli_edit_filter_history_cb); in wpa_cli_interactive()
3358 os_free(hfile); in wpa_cli_interactive()