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

  /external/chromium_org/third_party/angle/src/
commit_id.py 32 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/libedit/examples/
wtc1.c 18 static const char hfile[] = ".whistory"; variable
129 history_w(hist, &ev, H_LOAD, hfile);
271 history_w(hist, &ev, H_SAVE, hfile);
  /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/wpa_supplicant_8/wpa_supplicant/
wpa_cli.c 3477 static char *hfile = NULL; variable
    [all...]

Completed in 552 milliseconds