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:fFlags
(Results
1 - 6
of
6
) sorted by relevance
/kernel/uniproton/src/fs/vfs/
H
A
D
vfs_fs.c
108
file->
fFlags
= (U32)flags;
in OsVfsOpen()
220
if ((file->
fFlags
& O_ACCMODE) == O_WRONLY) {
in OsVfsRead()
247
if ((file->
fFlags
& O_ACCMODE) == O_RDONLY) {
in OsVfsWrite()
653
ret = (S32)(filep->
fFlags
);
in OsVfsFcntl()
657
filep->
fFlags
&= ~PRT_FCNTL;
in OsVfsFcntl()
658
filep->
fFlags
|= flags;
in OsVfsFcntl()
773
if ((file->
fFlags
& O_ACCMODE) == O_RDONLY) {
in OsVfsFtruncate()
H
A
D
vfs_files.h
55
U32
fFlags
;
member
H
A
D
vfs_files.c
74
file->
fFlags
= 0;
in OsVfsPutFile()
/kernel/liteos_m/components/fs/vfs/
H
A
D
vfs_files.h
76
UINT32
fFlags
;
member
H
A
D
vfs_files.c
90
file->
fFlags
= 0;
in VfsFilePut()
H
A
D
vfs_fs.c
280
file->
fFlags
= (UINT32)flags;
in VfsOpen()
399
if ((file->
fFlags
& O_ACCMODE) == O_WRONLY) {
in VfsRead()
428
if ((file->
fFlags
& O_ACCMODE) == O_RDONLY) {
in VfsWrite()
475
ret = (int)(filep->
fFlags
);
in VfsVfcntl()
479
filep->
fFlags
&= ~LOS_FCNTL;
in VfsVfcntl()
480
filep->
fFlags
|= flags;
in VfsVfcntl()
1321
if ((file->
fFlags
& O_ACCMODE) == O_RDONLY) {
in ftruncate()
Completed in 4 milliseconds