OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hdir
(Results
1 - 3
of
3
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py
24
hdir
= ctypes.windll.kernel32.\
30
if
hdir
== -1:
35
GetFinalPathNameByHandleW(
hdir
, buf, len(buf),
37
ctypes.windll.kernel32.CloseHandle(
hdir
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
FixTk.py
24
hdir
= ctypes.windll.kernel32.\
30
if
hdir
== -1:
35
GetFinalPathNameByHandleW(
hdir
, buf, len(buf),
37
ctypes.windll.kernel32.CloseHandle(
hdir
)
/external/valgrind/main/tests/
check_headers_and_includes
109
my $
hdir
;
129
opendir($
hdir
, ".") || die "cannot open directory '.'";
131
while (my $file = readdir($
hdir
)) {
147
close($
hdir
);
Completed in 242 milliseconds