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:fsync
(Results
1 - 4
of
4
) sorted by relevance
/device/soc/hisilicon/hi3861v100/hi3861_adapter/kal/posix/src/
H
A
D
file.c
281
int
fsync
(int fd)
in fsync()
function
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tl/
H
A
D
mali_kbase_timeline_io.c
45
.
fsync
= kbasep_timeline_io_fsync,
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H
A
D
unistd.h
159
* The
fsync
() function shall request that all data for the open file descriptor named by fildes is to
161
* The nature of the transfer is implementation-defined. The
fsync
() function shall not return until
171
* @retval #int The
fsync
() function shall return 0 upon successful completion.
188
int
fsync
(int);
723
* @see
fsync
/device/soc/rockchip/common/sdk_linux/ipc/
H
A
D
shm.c
621
if (!sfd->file->f_op->
fsync
) {
in shm_fsync()
624
return sfd->file->f_op->
fsync
(sfd->file, start, end, datasync);
in shm_fsync()
647
.
fsync
= shm_fsync,
660
.
fsync
= shm_fsync,
Completed in 6 milliseconds