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:DecodeGid
(Results
1 - 9
of
9
) sorted by relevance
/base/startup/init/test/fuzztest/decodegid_fuzzer/
H
A
D
decodegid_fuzzer.cpp
25
int ret =
DecodeGid
(str.c_str());
in FuzzDecodeGid()
/base/startup/appspawn/modules/sandbox/
H
A
D
sandbox_adapter.cpp
63
ret = chown(path, dacInfo->uid,
DecodeGid
("ddms"));
in MakeAtomicServiceDir()
65
ret = chown(path, dacInfo->uid,
DecodeGid
("log"));
in MakeAtomicServiceDir()
H
A
D
sandbox_load.c
331
gid =
DecodeGid
(value);
in ParseGidTableConfig()
/base/startup/init/interfaces/innerkits/include/
H
A
D
init_utils.h
62
gid_t
DecodeGid
(const char *name);
/base/startup/init/ueventd/
H
A
D
ueventd_read_cfg.c
95
config->gid = (gid_t)
DecodeGid
(items[3]); // gid
in ParseDeviceConfig()
141
config->gid = (gid_t)
DecodeGid
(items[4]); // gid
in ParseSysfsConfig()
/base/startup/init/services/init/
H
A
D
init_service_manager.c
276
*gid =
DecodeGid
(str);
in GetGid()
470
sockopt->gid =
DecodeGid
(stringValue);
in AddServiceSocket()
545
fileOpt->gid =
DecodeGid
(opt[SERVICE_FILE_GID]);
in AddServiceFile()
H
A
D
init_common_cmds.c
319
gid_t group =
DecodeGid
(groupStr);
in SetOwner()
/base/startup/init/services/begetctl/
H
A
D
param_cmd.c
424
execArg->gid =
DecodeGid
(argv[i + 1]);
in GetUserInfo()
/base/startup/init/services/utils/
H
A
D
init_utils.c
96
gid_t
DecodeGid
(const char *name)
in DecodeGid()
function
Completed in 14 milliseconds