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

/external/chromium-trace/catapult/common/py_utils/py_utils/
H A Dlock.py80 hfile = win32file._get_osfhandle(target_file.fileno())
82 win32file.LockFileEx(hfile, flags, 0, -0x10000, _OVERLAPPED)
92 hfile = win32file._get_osfhandle(target_file.fileno())
94 win32file.UnlockFileEx(hfile, 0, -0x10000, _OVERLAPPED)
/external/ltp/testcases/kernel/fs/linktest/
H A Dlinktest.sh40 mkdir hlink.$$ slink.$$ && touch hlink.$$/hfile slink.$$/sfile
/external/vixl/tools/
H A Dmake_instruction_doc.pl33 my $hfile = "src/vixl/aarch64/assembler-aarch64.h";
41 open(IN, "<$hfile") or die("Can't open header file $hfile.\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/python/cpython2/Lib/
H A Dmimify.py134 hfile = HeaderFile(ifile)
136 line = hfile.readline()
291 hfile = HeaderFile(ifile)
293 line = hfile.readline()
/external/wpa_supplicant_8/hostapd/
H A Dhostapd_cli.c1742 char *hfile = NULL; local
1755 hfile = os_malloc(hfile_len);
1756 if (hfile)
1757 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
1762 hostapd_cli_edit_completion_cb, NULL, hfile, NULL);
1768 edit_deinit(hfile, NULL);
1769 os_free(hfile);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_cli.c3984 static char *hfile = NULL; variable
4004 hfile = os_malloc(hfile_len);
4005 if (hfile)
4006 os_snprintf(hfile, hfile_len, "%s/%s", home, fname);
4010 wpa_cli_edit_completion_cb, NULL, hfile, ps) < 0) {
4181 edit_deinit(hfile, wpa_cli_edit_filter_history_cb);
4182 os_free(hfile);

Completed in 555 milliseconds