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_IMMUTABLE
(Results
1 - 10
of
10
) sorted by relevance
/third_party/python/Modules/
H
A
D
_stat.c
207
#ifndef
UF_IMMUTABLE
208
# define
UF_IMMUTABLE
0x00000002
macro
469
UF_IMMUTABLE
: file may not be changed\n\
545
ADD_INT_MACRO(module,
UF_IMMUTABLE
);
in stat_exec()
/third_party/python/Lib/
H
A
D
stat.py
115
UF_IMMUTABLE
= 0x00000002 # file may not be changed
variable
H
A
D
shutil.py
860
immutable_states = [stat.
UF_IMMUTABLE
, stat.SF_IMMUTABLE]
/third_party/rust/crates/nix/src/sys/
H
A
D
stat.rs
135
UF_IMMUTABLE
;
/third_party/python/Lib/test/
H
A
D
test_posix.py
940
# ZFS returns EOPNOTSUPP when attempting to set flag
UF_IMMUTABLE
.
941
flags = st.st_flags | stat.
UF_IMMUTABLE
947
msg = 'chflag
UF_IMMUTABLE
not supported by underlying fs'
952
self.assertEqual(st.st_flags | stat.
UF_IMMUTABLE
, new_st.st_flags)
984
# ZFS returns EOPNOTSUPP when attempting to set flag
UF_IMMUTABLE
.
985
flags = dummy_symlink_st.st_flags | stat.
UF_IMMUTABLE
991
msg = 'chflag
UF_IMMUTABLE
not supported by underlying fs'
998
self.assertEqual(dummy_symlink_st.st_flags | stat.
UF_IMMUTABLE
,
H
A
D
test_tempfile.py
1638
flags = stat.
UF_IMMUTABLE
| stat.UF_NOUNLINK
1872
flags = stat.
UF_IMMUTABLE
| stat.UF_NOUNLINK
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H
A
D
mod.rs
1351
pub const
UF_IMMUTABLE
: ::c_ulong = 0x00000002;
consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H
A
D
mod.rs
1634
pub const
UF_IMMUTABLE
: ::c_uint = 0x00000002;
consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H
A
D
mod.rs
2256
pub const
UF_IMMUTABLE
: ::c_ulong = 0x00000002;
consts
/third_party/rust/crates/libc/src/unix/bsd/apple/
H
A
D
mod.rs
4599
pub const
UF_IMMUTABLE
: ::c_uint = 0x00000002;
consts
Completed in 45 milliseconds