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
(Results
26 - 35
of
35
) sorted by relevance
1
2
/third_party/protobuf/kokoro/release/python/linux/
H
A
D
build_artifacts.sh
36
sudo
rm -rf $REPO_DIR
/third_party/protobuf/kokoro/release/python/macos/
H
A
D
build_artifacts.sh
38
sudo
rm -rf $REPO_DIR
/third_party/skia/platform_tools/ios/bin/
H
A
D
ios_setup.sh
85
sudo
umount $IOS_MOUNT_POINT
/kernel/linux/linux-5.10/tools/bootconfig/scripts/
H
A
D
bconf2ftrace.sh
7
echo " --apply: Test actual apply to tracefs (need
sudo
)"
36
echo "This must be run by root user. Try
sudo
." 1>&2
37
exec
sudo
$0 $DEBUG $APPLY $BCONF
/third_party/pulseaudio/scripts/
H
A
D
benchmark_memory_usage.sh
84
sudo
bash -c "sync && echo 3 >/proc/sys/vm/drop_caches"
/kernel/linux/linux-5.10/samples/pktgen/
H
A
D
functions.sh
116
# Trick so, program can be run as normal user, will just use "
sudo
"
119
if [ -x $0 ]; then # Directly executable use
sudo
120
info "Not root, running with
sudo
"
121
sudo
"$0" "$@"
124
err 4 "cannot perform
sudo
run of $0"
/kernel/linux/linux-6.6/tools/bootconfig/scripts/
H
A
D
bconf2ftrace.sh
7
echo " --apply: Test actual apply to tracefs (need
sudo
)"
36
echo "This must be run by root user. Try
sudo
." 1>&2
37
exec
sudo
$0 $DEBUG $APPLY $BCONF
/kernel/linux/linux-6.6/samples/pktgen/
H
A
D
functions.sh
122
# Trick so, program can be run as normal user, will just use "
sudo
"
125
if [ -x $0 ]; then # Directly executable use
sudo
126
info "Not root, running with
sudo
"
127
sudo
-E "$0" "$@"
130
err 4 "cannot perform
sudo
run of $0"
/third_party/protobuf/
H
A
D
tests.sh
569
sudo
mv valgrind /usr/local/bin/valgrind
589
sudo
mv valgrind /usr/local/bin/valgrind
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
H
A
D
run_vmtests.sh
259
CATEGORY="mlock" run_test
sudo
-u nobody ./on-fault-limit
Completed in 5 milliseconds
1
2