HomeSort by relevance Sort by last modified time
    Searched refs:hdir (Results 1 - 5 of 5) sorted by null

  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/tests/
check_headers_and_includes 118 my $hdir;
138 opendir($hdir, ".") || die "cannot open directory '.'";
140 while (my $file = readdir($hdir)) {
156 close($hdir);

Completed in 207 milliseconds