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:unshare_test
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/commands/unshare/
H
A
D
unshare01.sh
109
unshare_test
()
function
145
1)
unshare_test
"--user" "id -u" "65534";;
146
2)
unshare_test
"--user" "id -g" "65534";;
147
3)
unshare_test
"--user --map-root-user" "id -u" "0";;
148
4)
unshare_test
"--user --map-root-user" "id -g" "0";;
149
5)
unshare_test
"--mount" "mount --bind dir_A dir_B" "unmounted";;
150
6)
unshare_test
"--mount --propagation shared" \
152
7)
unshare_test
"--user --map-root-user --mount" \
154
8)
unshare_test
"--user --map-root-user --mount --propagation shared" \
/third_party/ltp/testcases/kernel/containers/sysvipc/
H
A
D
common.h
55
static void
unshare_test
(unsigned long clone_flags, void (*fn1)())
in unshare_test()
function
89
unshare_test
(clone_flags, fn1);
in clone_unshare_test()
Completed in 2 milliseconds