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:UF_OPAQUE
(Results
1 - 8
of
8
) sorted by relevance
/third_party/python/Modules/
H
A
D
_stat.c
215
#ifndef
UF_OPAQUE
216
# define
UF_OPAQUE
0x00000008
macro
471
UF_OPAQUE
: directory is opaque when viewed through a union stack\n\
547
ADD_INT_MACRO(module,
UF_OPAQUE
);
in stat_exec()
/third_party/python/Lib/
H
A
D
stat.py
117
UF_OPAQUE
= 0x00000008 # directory is opaque when viewed through a union stack
variable
/third_party/rust/crates/nix/src/sys/
H
A
D
stat.rs
148
UF_OPAQUE
;
/third_party/python/Lib/test/
H
A
D
test_shutil.py
2206
and hasattr(stat, '
UF_OPAQUE
'),
2221
os.lchflags(TESTFN_SRC, stat.
UF_OPAQUE
)
2231
os.lchflags(TESTFN_SRC, stat.
UF_OPAQUE
)
2234
os.lchflags(TESTFN_DST, stat.
UF_OPAQUE
)
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
1353
pub const
UF_OPAQUE
: ::c_ulong = 0x00000008;
consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H
A
D
mod.rs
1636
pub const
UF_OPAQUE
: ::c_uint = 0x00000008;
consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
2258
pub const
UF_OPAQUE
: ::c_ulong = 0x00000008;
consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
4601
pub const
UF_OPAQUE
: ::c_uint = 0x00000008;
consts
Completed in 33 milliseconds