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:PWD
(Results
1 - 25
of
28
) sorted by relevance
1
2
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H
A
D
test_bpftool_build.sh
19
SCRIPT_REL_PATH=$(realpath --relative-to=$
PWD
$0)
21
KDIR_ROOT_DIR=$(realpath $
PWD
/$SCRIPT_REL_DIR/../../../../)
50
echo -e "\$
PWD
: $
PWD
"
77
echo -e "\$
PWD
: $
PWD
"
89
echo -e "\$
PWD
: $
PWD
"
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
test_bpftool_build.sh
19
SCRIPT_REL_PATH=$(realpath --relative-to=$
PWD
$0)
21
KDIR_ROOT_DIR=$(realpath $
PWD
/$SCRIPT_REL_DIR/../../../../)
50
echo -e "\$
PWD
: $
PWD
"
77
echo -e "\$
PWD
: $
PWD
"
H
A
D
vmtest.sh
391
O="$(realpath "${
PWD
}/${O}")"
397
KBUILD_OUTPUT="$(realpath "${
PWD
}/${KBUILD_OUTPUT}")"
/kernel/linux/linux-6.6/tools/perf/tests/shell/
H
A
D
test_java_symbol.sh
25
if [ -e "$
PWD
/tools/perf/libperf-jvmti.so" ]; then
26
LIBJVMTI=$
PWD
/tools/perf/libperf-jvmti.so
27
elif [ -e "$
PWD
/libperf-jvmti.so" ]; then
28
LIBJVMTI=$
PWD
/libperf-jvmti.so
/kernel/linux/linux-5.10/fs/sharefs/
H
A
D
Makefile
8
PWD
:= $(shell pwd)
macro
10
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
12
$(MAKE) -C $(KDIR) M=$(
PWD
) clea
/kernel/linux/linux-6.6/fs/sharefs/
H
A
D
Makefile
8
PWD
:= $(shell pwd)
macro
10
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
12
$(MAKE) -C $(KDIR) M=$(
PWD
) clea
/kernel/linux/linux-5.10/tools/testing/nvdimm/
H
A
D
Makefile
5
$(MAKE) -C $(KDIR) M=$$
PWD
8
$(MAKE) -C $(KDIR) M=$$
PWD
modules_install
/kernel/linux/linux-6.6/tools/testing/nvdimm/
H
A
D
Makefile
5
$(MAKE) -C $(KDIR) M=$$
PWD
8
$(MAKE) -C $(KDIR) M=$$
PWD
modules_install
/kernel/linux/linux-6.6/tools/testing/crypto/chacha20-s390/
H
A
D
Makefile
10
make -C /lib/modules/$(shell uname -r)/build/ M=$(
PWD
) modules
12
make -C /lib/modules/$(shell uname -r)/build/ M=$(
PWD
) clean
/kernel/linux/linux-6.6/tools/net/ynl/
H
A
D
Makefile
6
./ynl-regen.sh -f -p $(
PWD
)/../../../
/kernel/linux/linux-5.10/tools/testing/selftests/
H
A
D
run_kselftest.sh
17
ROOT=$
PWD
/kernel/linux/linux-6.6/tools/testing/selftests/
H
A
D
run_kselftest.sh
17
ROOT=$
PWD
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/
H
A
D
Makefile
141
-exec realpath --relative-base=$(
PWD
) {} \;; \
143
-exec realpath --relative-base=$(
PWD
) {} \;) | sort -u > cscope.files
/kernel/linux/linux-6.6/tools/testing/selftests/hid/
H
A
D
vmtest.sh
250
O="$(realpath "${
PWD
}/${O}")"
256
KBUILD_OUTPUT="$(realpath "${
PWD
}/${KBUILD_OUTPUT}")"
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/qemu/
H
A
D
Makefile
5
PWD
:= $(shell pwd)
macro
8
KERNEL_PATH ?= $(
PWD
)/../../../../..
9
BUILD_PATH ?= $(
PWD
)/build/$(ARCH)
10
DISTFILES_PATH ?= $(
PWD
)/distfiles
280
export CCACHE_DIR ?= $(
PWD
)/ccache
314
echo "file /init.sh $(
PWD
)/../netns.sh 755 0 0" >> $@
/kernel/linux/linux-5.10/tools/perf/
H
A
D
Makefile
38
FULL_O := $(shell cd $(
PWD
); readlink -f $(O) || echo $(O))
/kernel/linux/linux-6.6/tools/perf/
H
A
D
Makefile
38
FULL_O := $(shell cd $(
PWD
); readlink -f $(O) || echo $(O))
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/
H
A
D
Makefile
5
PWD
:= $(shell pwd)
macro
20
KERNEL_PATH ?= $(
PWD
)/../../../../..
21
BUILD_PATH ?= $(
PWD
)/build/$(ARCH)
22
DISTFILES_PATH ?= $(
PWD
)/distfiles
234
echo "file /init.sh $(
PWD
)/../netns.sh 755 0 0" >> $@
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H
A
D
unicast_extensions.sh
35
PATH=$
PWD
:$PATH
/kernel/linux/linux-5.10/scripts/
H
A
D
sphinx-pre-install
795
my $min_activate = "$ENV{'
PWD
'}/${virtenv_prefix}${min_version}/bin/activate";
796
my @activates = glob "$ENV{'
PWD
'}/${virtenv_prefix}*/bin/activate";
H
A
D
tags.sh
141
all_target_sources | gtags -i -C "${tree:-.}" -f - "$
PWD
"
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H
A
D
Makefile
282
-exec realpath --relative-base=$(
PWD
) {} \;; \
284
-exec realpath --relative-base=$(
PWD
) {} \;) | sort -u > cscope.files
/kernel/linux/linux-6.6/scripts/
H
A
D
tags.sh
141
all_target_sources | gtags -i -C "${tree:-.}" -f - "$
PWD
"
/kernel/linux/linux-6.6/tools/testing/selftests/cgroup/
H
A
D
test_cpuset_prs.sh
656
wait_inotify $
PWD
/cpuset.cpus.partition $PRS &
/kernel/linux/linux-5.10/tools/testing/ktest/
H
A
D
ktest.pl
387
chomp ($variable{"
PWD
"} = `pwd`);
388
$pwd = $variable{"
PWD
"};
402
You can use \${
PWD
} that will be the path where ktest.pl is run, or use
403
\${THIS_DIR} which is assigned \${
PWD
} but may be changed later.
409
You can use \${
PWD
} that will be the path where ktest.pl is run, or use
410
\${THIS_DIR} which is assigned \${
PWD
} but may be changed later.
4104
#
PWD
is a ktest.pl variable that will result in the process working
4107
# THIS_DIR is automatically assigned the
PWD
of the path that generated
4112
THIS_DIR := $variable{"
PWD
"}
Completed in 12 milliseconds
1
2