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:gidListOut
(Results
1 - 1
of
1
) sorted by relevance
/test/xts/acts/kernel_lite/process_posix/src/
H
A
D
UidGidTest.cpp
666
gid_t *
gidListOut
= (gid_t*)malloc(groupSize * sizeof(gid_t));
in HWTEST_F()
local
667
if (!
gidListOut
) {
in HWTEST_F()
668
LOG("
gidListOut
malloc fail!");
in HWTEST_F()
675
gidListOut
[i] = 0;
in HWTEST_F()
681
int n = getgroups(1,
gidListOut
);
in HWTEST_F()
685
n = getgroups(groupSize,
gidListOut
);
in HWTEST_F()
688
EXPECT_EQ(gidListIn[i],
gidListOut
[i]) << " groups not equal, i=" << i << std::endl;
in HWTEST_F()
694
n = getgroups(2,
gidListOut
);
in HWTEST_F()
696
EXPECT_EQ(
gidListOut
[0], SHELL_GID);
in HWTEST_F()
698
free(
gidListOut
);
in HWTEST_F()
709
gid_t
gidListOut
[4] = {0};
HWTEST_F()
local
746
gid_t
gidListOut
[4] = {0};
HWTEST_F()
local
[all...]
Completed in 1 milliseconds