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:dir_mode
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/fchmod/
H
A
D
fchmod04.c
29
mode_t
dir_mode
;
in verify_fchmod()
local
35
dir_mode
= stat_buf.st_mode;
in verify_fchmod()
37
if ((
dir_mode
& PERMS) == PERMS)
in verify_fchmod()
43
TESTDIR,
dir_mode
, PERMS);
in verify_fchmod()
H
A
D
fchmod05.c
33
mode_t
dir_mode
;
in verify_fchmod()
local
40
dir_mode
= stat_buf.st_mode;
in verify_fchmod()
42
if ((PERMS_DIR & ~S_ISGID) !=
dir_mode
) {
in verify_fchmod()
44
TESTDIR,
dir_mode
& ~S_ISGID, PERMS_DIR);
in verify_fchmod()
/third_party/ltp/testcases/kernel/syscalls/chmod/
H
A
D
chmod05.c
50
mode_t
dir_mode
;
in test_chmod()
local
59
dir_mode
= stat_buf.st_mode;
in test_chmod()
60
if ((PERMS & ~S_ISGID) !=
dir_mode
) {
in test_chmod()
62
"Expected 0%03o", TESTDIR,
dir_mode
,
in test_chmod()
/third_party/ltp/testcases/kernel/syscalls/rmdir/
H
A
D
rmdir03.c
36
mode_t
dir_mode
;
member
54
if (tc->
dir_mode
& S_ISVTX && TST_ERR == EPERM)
in do_rmdir()
/third_party/python/Lib/test/
H
A
D
test_tarfile.py
3091
dir_mode
= pathlib.Path(TEMPDIR).stat().st_mode
3099
self.assertEqual(path.stat().st_mode,
dir_mode
)
Completed in 7 milliseconds