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:gidMap
(Results
1 - 4
of
4
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/container/smoke/
H
A
D
It_user_container_002.cpp
64
int
gidMap
= open(gidMapPath.c_str(), O_WRONLY);
in WriteIdMap()
local
65
if (
gidMap
== -1) {
in WriteIdMap()
66
close(
gidMap
);
in WriteIdMap()
70
ret = write(
gidMap
, idMapStr, strLen);
in WriteIdMap()
72
close(
gidMap
);
in WriteIdMap()
76
close(
gidMap
);
in WriteIdMap()
/kernel/liteos_a/kernel/extended/container/
H
A
D
los_user_container.c
87
userContainer->
gidMap
.extentCount = 1;
in OsCreateUserContainer()
88
userContainer->
gidMap
.extent[0].count = 4294967295U;
in OsCreateUserContainer()
147
return MapIdUp(&userContainer->
gidMap
, kgid);
in FromKgid()
213
return MapIdDown(&userContainer->
gidMap
, gid);
in OsMakeKgid()
/kernel/liteos_a/kernel/base/include/
H
A
D
los_user_container_pri.h
61
UidGidMap
gidMap
;
member
/kernel/liteos_a/fs/proc/os_adapt/
H
A
D
process_proc.c
434
&userContainer->
gidMap
, &userContainer->parent->
gidMap
);
in ProcIDMapWrite()
Completed in 3 milliseconds