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
defs:copy_file_range
(Results
1 - 8
of
8
) sorted by relevance
/third_party/rust/crates/rustix/src/fs/
H
A
D
copy_file_range.rs
12
pub fn
copy_file_range
<InFd: AsFd, OutFd: AsFd>(
in copy_file_range()
functions
H
A
D
mod.rs
8
mod
copy_file_range
;
modules
/third_party/musl/src/linux/
H
A
D
copy_file_range.c
5
ssize_t
copy_file_range
(int fd_in, off_t *off_in, int fd_out, off_t *off_out, size_t len, unsigned flags)
in copy_file_range()
function
/third_party/rust/crates/nix/src/
H
A
D
fcntl.rs
568
pub fn
copy_file_range
(
in copy_file_range()
functions
/third_party/libfuse/include/
H
A
D
fuse.h
818
ssize_t (*
copy_file_range
) (const char *path_in,
member
H
A
D
fuse_lowlevel.h
1257
void (*
copy_file_range
) (fuse_req_t req, fuse_ino_t ino_in,
member
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/
H
A
D
mod.rs
1209
pub fn
copy_file_range
(
in copy_file_range()
functions
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H
A
D
mod.rs
3957
pub fn
copy_file_range
(
in copy_file_range()
functions
Completed in 18 milliseconds