HomeSort by relevance Sort by last modified time
    Searched refs:hfile (Results 1 - 3 of 3) 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/chromium_org/components/visitedlink/browser/
visitedlink_master.h 221 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/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);

Completed in 285 milliseconds