Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:get_osfhandle
(Results
1 - 8
of
8
) sorted by relevance
/third_party/python/Lib/
H
A
D
subprocess.py
1359
p2cread = msvcrt.
get_osfhandle
(self._get_devnull())
1361
p2cread = msvcrt.
get_osfhandle
(stdin)
1364
p2cread = msvcrt.
get_osfhandle
(stdin.fileno())
1379
c2pwrite = msvcrt.
get_osfhandle
(self._get_devnull())
1381
c2pwrite = msvcrt.
get_osfhandle
(stdout)
1384
c2pwrite = msvcrt.
get_osfhandle
(stdout.fileno())
1401
errwrite = msvcrt.
get_osfhandle
(self._get_devnull())
1403
errwrite = msvcrt.
get_osfhandle
(stderr)
1406
errwrite = msvcrt.
get_osfhandle
(stderr.fileno())
/third_party/ntfs-3g/libntfs-3g/
H
A
D
win32_io.c
166
HANDLE
get_osfhandle
(int); /* from msvcrt.dll */
1973
handle =
get_osfhandle
(fd);
in ntfs_win32_set_sparse()
2037
handle =
get_osfhandle
(fd);
in ntfs_win32_ftruncate()
/third_party/rust/crates/libc/src/windows/
H
A
D
mod.rs
506
pub fn
get_osfhandle
(fd: ::c_int) -> ::intptr_t;
in get_osfhandle()
functions
/third_party/python/Lib/asyncio/
H
A
D
windows_events.py
647
msvcrt.
get_osfhandle
(file.fileno()),
/third_party/python/Lib/test/
H
A
D
test_fileio.py
473
self.assertRaises(OSError, msvcrt.
get_osfhandle
, make_bad_fd())
H
A
D
test_subprocess.py
3434
handles.append(msvcrt.
get_osfhandle
(fd))
H
A
D
_test_multiprocessing.py
3293
fd = msvcrt.
get_osfhandle
(fd)
H
A
D
test_os.py
2493
rslt = PeekNamedPipe(msvcrt.
get_osfhandle
(proc.stdout.fileno()),
Completed in 29 milliseconds