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:SUDO_USER
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/
H
A
D
perf-with-kcore.sh
100
if [ -z "$
SUDO_USER
" ] ; then
105
USER_HOME=$(bash <<< "echo ~$
SUDO_USER
")
109
find "$USER_HOME/.debug" -xdev -type d ! -user "$
SUDO_USER
" -ls -exec chown "$
SUDO_USER
" \{\} \;
110
find "$USER_HOME/.debug" -xdev -type f -links 1 ! -user "$
SUDO_USER
" -ls -exec chown "$
SUDO_USER
" \{\} \;
111
find "$USER_HOME/.debug" -xdev -type l ! -user "$
SUDO_USER
" -ls -exec chown -h "$
SUDO_USER
" \{\} \;
/kernel/linux/linux-5.10/tools/testing/selftests/net/mptcp/
H
A
D
simult_flows.sh
146
if [ -z $
SUDO_USER
] ; then
149
capuser="-Z $
SUDO_USER
"
H
A
D
mptcp_connect.sh
395
if [ -z $
SUDO_USER
] ; then
398
capuser="-Z $
SUDO_USER
"
H
A
D
mptcp_join.sh
167
if [ -z $
SUDO_USER
] ; then
170
capuser="-Z $
SUDO_USER
"
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H
A
D
simult_flows.sh
158
if [ -z $
SUDO_USER
] ; then
161
capuser="-Z $
SUDO_USER
"
H
A
D
mptcp_connect.sh
398
if [ -z $
SUDO_USER
] ; then
401
capuser="-Z $
SUDO_USER
"
H
A
D
mptcp_join.sh
1022
if [ -z $
SUDO_USER
] ; then
1025
capuser="-Z $
SUDO_USER
"
/kernel/linux/linux-5.10/tools/testing/selftests/net/forwarding/
H
A
D
lib.sh
1273
if [ -z $
SUDO_USER
] ; then
1276
capuser="-Z $
SUDO_USER
"
/kernel/linux/linux-6.6/tools/testing/selftests/net/forwarding/
H
A
D
lib.sh
1505
if [ -z $
SUDO_USER
] ; then
1508
capuser="-Z $
SUDO_USER
"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/bonding/
H
A
D
net_forwarding_lib.sh
1505
if [ -z $
SUDO_USER
] ; then
1508
capuser="-Z $
SUDO_USER
"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/dsa/
H
A
D
lib.sh
1505
if [ -z $
SUDO_USER
] ; then
1508
capuser="-Z $
SUDO_USER
"
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/team/
H
A
D
net_forwarding_lib.sh
1505
if [ -z $
SUDO_USER
] ; then
1508
capuser="-Z $
SUDO_USER
"
Completed in 13 milliseconds