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:ST_RDONLY
(Results
1 - 19
of
19
) sorted by relevance
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H
A
D
statvfs.h
32
#define
ST_RDONLY
1
macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
H
A
D
statvfs.h
29
#define
ST_RDONLY
1
macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
H
A
D
statvfs.h
32
#define
ST_RDONLY
1
macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
H
A
D
statvfs.h
32
#define
ST_RDONLY
1
macro
/third_party/musl/porting/uniproton/kernel/include/sys/
H
A
D
statvfs.h
32
#define
ST_RDONLY
1
macro
/third_party/musl/include/sys/
H
A
D
statvfs.h
33
#define
ST_RDONLY
1
macro
/third_party/musl/libc-test/src/api/
H
A
D
sys_statvfs.c
23
C(
ST_RDONLY
)
in f()
/third_party/ltp/testcases/kernel/syscalls/mount_setattr/
H
A
D
mount_setattr01.c
52
TCASE_ENTRY(MOUNT_ATTR_RDONLY,
ST_RDONLY
),
/third_party/selinux/libselinux/src/
H
A
D
init.c
44
if (!(vfsbuf.f_flag &
ST_RDONLY
)) {
in verify_selinuxmnt()
/third_party/rust/crates/nix/src/sys/
H
A
D
statvfs.rs
20
ST_RDONLY
;
/third_party/rust/crates/rustix/src/backend/libc/fs/
H
A
D
types.rs
837
/// `
ST_RDONLY
`
838
const RDONLY = libc::
ST_RDONLY
as u64;
/third_party/rust/crates/libc/src/unix/bsd/
H
A
D
mod.rs
320
pub const
ST_RDONLY
: ::c_ulong = 1;
consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H
A
D
mod.rs
885
pub const
ST_RDONLY
: ::c_ulong = 1;
consts
/third_party/rust/crates/libc/src/unix/nto/
H
A
D
mod.rs
1864
pub const
ST_RDONLY
: ::c_ulong = 0x01;
consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H
A
D
mod.rs
1583
pub const
ST_RDONLY
: ::c_ulong = 1;
consts
/third_party/rust/crates/libc/src/unix/solarish/
H
A
D
mod.rs
1259
pub const
ST_RDONLY
: ::c_ulong = 1;
consts
/third_party/python/Modules/
H
A
D
posixmodule.c
15322
#ifdef
ST_RDONLY
in all_ins()
15323
if (PyModule_AddIntMacro(m,
ST_RDONLY
)) return -1;
in all_ins()
15324
#endif /*
ST_RDONLY
*/
in all_ins()
/third_party/rust/crates/libc/src/fuchsia/
H
A
D
mod.rs
2299
pub const
ST_RDONLY
: ::c_ulong = 1;
consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H
A
D
mod.rs
1735
pub const
ST_RDONLY
: ::c_ulong = 1;
consts
Completed in 82 milliseconds