Searched refs:hfile (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/src/
H A Dcommit_id.py32 hfile = open(output_file, 'w') variable
34 hfile.write('#define ANGLE_COMMIT_HASH "%s"\n' % commit_id)
35 hfile.write('#define ANGLE_COMMIT_HASH_SIZE %d\n' % commit_id_size)
36 hfile.write('#define ANGLE_COMMIT_DATE "%s"\n' % commit_date)
38 hfile.close()
/external/qemu/block/
H A Draw-win32.c36 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, (PDWOR
[all...]
/external/chromium_org/components/visitedlink/browser/
H A Dvisitedlink_master.h221 bool ReadFileHeader(FILE* hfile, int32* num_entries, int32* used_count,
229 void WriteToFile(FILE** hfile, off_t offset, void* data, int32 data_size);
242 bool ReadFromFile(FILE* hfile, off_t offset, void* data, size_t data_size);
/external/vixl/tools/
H A Dmake_instruction_doc.pl30 my $hfile = "src/a64/assembler-a64.h";
38 open(IN, "<$hfile") or die("Can't open header file $header.\n");
/external/libedit/examples/
H A Dwtc1.c18 static const char hfile[] = ".whistory"; variable
129 history_w(hist, &ev, H_LOAD, hfile);
271 history_w(hist, &ev, H_SAVE, hfile);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c3509 static char *hfile = NULL; variable
3525 hfile = os_malloc(hfile_len);
3526 if (hfile)
3527 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
3531 wpa_cli_edit_completion_cb, NULL, hfile, ps) < 0) {
3645 edit_deinit(hfile, wpa_cli_edit_filter_history_cb);
3646 os_free(hfile);

Completed in 238 milliseconds