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:uflags
(Results
1 - 7
of
7
) sorted by relevance
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H
A
D
distributed_ability_info.cpp
86
uint
uflags
= static_cast<uint>(flags);
in Dump()
local
87
uflags
&= O_ACCMODE;
in Dump()
88
if ((
uflags
== O_WRONLY) || (
uflags
== O_RDWR)) {
in Dump()
H
A
D
distributed_module_info.cpp
83
uint
uflags
= static_cast<uint>(flags);
in Dump()
local
84
uflags
&= O_ACCMODE;
in Dump()
85
if ((
uflags
== O_WRONLY) || (
uflags
== O_RDWR)) {
in Dump()
H
A
D
bundle_user_info.cpp
96
uint
uflags
= static_cast<uint>(flags);
in Dump()
local
97
uflags
&= O_ACCMODE;
in Dump()
98
if ((
uflags
== O_WRONLY) || (
uflags
== O_RDWR)) {
in Dump()
H
A
D
skill.cpp
673
uint
uflags
= static_cast<uint>(flags);
in Dump()
local
674
uflags
&= O_ACCMODE;
in Dump()
675
if ((
uflags
== O_WRONLY) || (
uflags
== O_RDWR)) {
in Dump()
H
A
D
application_info.cpp
781
uint
uflags
= static_cast<uint>(flags);
in Dump()
local
782
uflags
&= O_ACCMODE;
in Dump()
783
if ((
uflags
== O_WRONLY) || (
uflags
== O_RDWR)) {
in Dump()
H
A
D
ability_info.cpp
518
uint
uflags
= static_cast<uint>(flags);
in Dump()
local
519
uflags
&= O_ACCMODE;
in Dump()
520
if ((
uflags
== O_WRONLY) || (
uflags
== O_RDWR)) {
in Dump()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
H
A
D
randomaccessfile_n_exporter.cpp
488
unsigned int
uflags
= static_cast<unsigned int>(flags);
in GetReadStream()
local
489
if (((
uflags
& O_ACCMODE) != O_RDONLY) && ((
uflags
& O_ACCMODE) != O_RDWR)) {
in GetReadStream()
514
unsigned int
uflags
= static_cast<unsigned int>(flags);
in GetWriteStream()
local
515
if (((
uflags
& O_ACCMODE) != O_WRONLY) && ((
uflags
& O_ACCMODE) != O_RDWR)) {
in GetWriteStream()
Completed in 8 milliseconds