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:from_fd
(Results
1 - 12
of
12
) sorted by relevance
/third_party/rust/crates/nix/src/
H
A
D
dir.rs
42
Dir::
from_fd
(fd)
in open()
53
Dir::
from_fd
(fd)
in openat()
59
Dir::
from_fd
(fd.into_raw_fd())
in from()
64
pub fn
from_fd
(fd: RawFd) -> Result<Self> {
in from_fd()
functions
/third_party/rust/crates/io-lifetimes/src/
H
A
D
impls_mio.rs
67
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
147
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
227
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
283
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
323
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
363
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
403
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
443
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
H
A
D
impls_async_std.rs
74
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
154
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
234
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
314
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
418
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
458
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
498
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
H
A
D
impls_os_pipe.rs
67
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
147
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
H
A
D
impls_std.rs
95
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
183
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
263
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
343
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
423
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
695
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
775
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
815
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
855
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
H
A
D
impls_socket2.rs
67
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
H
A
D
traits.rs
139
/// let f = File::
from_fd
(owned_fd);
144
note = "`FromFd::
from_fd
` is replaced by `From<OwnedFd>::from`"
146
fn
from_fd
(owned: OwnedFd) -> Self;
in from_fd()
functions
H
A
D
impls_tokio.rs
35
fn
from_fd
(owned: OwnedFd) -> Self {
in from_fd()
functions
H
A
D
lib.rs
96
fn
from_fd
(owned_fd: OwnedFd) -> Self {
in from_fd()
functions
/third_party/rust/crates/rustix/src/path/
H
A
D
dec_int.rs
66
pub fn
from_fd
<Fd: AsFd>(fd: Fd) -> Self {
in from_fd()
functions
/third_party/rust/crates/nix/test/
H
A
D
test_dir.rs
64
assert_eq!(Dir::
from_fd
(-1).unwrap_err(), nix::Error::EBADF);
in ebadf()
/third_party/python/Lib/test/
H
A
D
test_subprocess.py
2603
for
from_fd
in from_fds:
2605
os.dup2(f.fileno(),
from_fd
)
2612
for
from_fd
, to_fd in zip(from_fds, to_fds):
2613
kwargs[arg_names[to_fd]] =
from_fd
2629
for
from_fd
, to_fd in zip(from_fds, to_fds):
2630
os.lseek(
from_fd
, 0, os.SEEK_SET)
2631
read_bytes = os.read(
from_fd
, 1024)
2635
parent descriptor {
from_fd
} got redirected
Completed in 13 milliseconds