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:uidMap
(Results
1 - 4
of
4
) sorted by relevance
/kernel/liteos_a/testsuites/unittest/container/smoke/
H
A
D
It_user_container_002.cpp
52
int
uidMap
= open(uidMapPath.c_str(), O_WRONLY);
in WriteIdMap()
local
53
if (
uidMap
== -1) {
in WriteIdMap()
57
int ret = write(
uidMap
, idMapStr, strLen);
in WriteIdMap()
59
close(
uidMap
);
in WriteIdMap()
62
close(
uidMap
);
in WriteIdMap()
/kernel/liteos_a/kernel/extended/container/
H
A
D
los_user_container.c
85
userContainer->
uidMap
.extentCount = 1;
in OsCreateUserContainer()
86
userContainer->
uidMap
.extent[0].count = 4294967295U;
in OsCreateUserContainer()
142
return MapIdUp(&userContainer->
uidMap
, kuid);
in FromKuid()
208
return MapIdDown(&userContainer->
uidMap
, uid);
in OsMakeKuid()
/kernel/liteos_a/kernel/base/include/
H
A
D
los_user_container_pri.h
60
UidGidMap
uidMap
;
member
/kernel/liteos_a/fs/proc/os_adapt/
H
A
D
process_proc.c
431
&userContainer->
uidMap
, &userContainer->parent->
uidMap
);
in ProcIDMapWrite()
457
UidGidExtent uidGidExtent = userContainer->
uidMap
.extent[0];
in ProcIDMapRead()
Completed in 4 milliseconds