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
95
) sorted by relevance
1
2
3
4
/third_party/elfutils/tests/
H
A
D
run-debuginfod-find.sh
32
DB=${
PWD
}/.debuginfod_tmp.sqlite
34
export DEBUGINFOD_CACHE_PATH=${
PWD
}/.client_cache
46
rm -rf F R D L Z ${
PWD
}/foobar ${
PWD
}/mocktree ${
PWD
}/.client_cache* ${
PWD
}/tmp*
150
echo "int main() { return 0; }" > ${
PWD
}/prog.c
154
gcc -Wl,--build-id -g -o prog ${
PWD
}/foobar///./../prog.c
155
testrun ${abs_top_builddir}/src/strip -g -f prog.debug ${
PWD
}/prog
224
filename=`testrun ${abs_top_builddir}/debuginfod/debuginfod-find source $BUILDID ${
PWD
}/fooba
[all...]
H
A
D
debuginfod-subr.sh
39
rm -rf F R D L Z ${
PWD
}/foobar ${
PWD
}/mocktree ${
PWD
}/.client_cache* ${
PWD
}/tmp*
/third_party/ltp/testcases/commands/which/
H
A
D
which01.sh
91
1) which_test "" "pname" "$
PWD
/pname|./pname";;
92
2) which_test "-all" "pname" "$
PWD
/bin/pname|./bin/pname^$
PWD
/pname|./pname";;
93
3) which_test "-a" "pname" "$
PWD
/bin/pname|./bin/pname^$
PWD
/pname|./pname";;
94
4) which_test "--read-alias" "pname" "pname='pname -i'^$
PWD
/pname";;
95
5) which_test "-i" "pname" "pname='pname -i'^$
PWD
/pname";;
97
which_test "--skip-alias" "pname" "$
PWD
/pname";
/third_party/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
H
A
D
Makefile
9
PWD
:= $(shell pwd)
macro
12
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
15
$(MAKE) -C $(KDIR) M=$(
PWD
) clean
19
$(MAKE) -C $(KDIR) M=$(
PWD
) help
22
$(MAKE) -C $(KDIR) M=$(
PWD
) modules_install
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H
A
D
Makefile
13
PWD
:= $(shell pwd)
macro
16
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
17
# $(MAKE) -C $(KERNELDIR) M=$(
PWD
) modules
20
$(MAKE) -C $(KDIR) M=$(
PWD
) clean
24
$(MAKE) -C $(KDIR) M=$(
PWD
) help
27
$(MAKE) -C $(KDIR) M=$(
PWD
) modules_install
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
H
A
D
Makefile
9
PWD
:= $(shell pwd)
macro
12
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
15
$(MAKE) -C $(KDIR) M=$(
PWD
) clean
19
$(MAKE) -C $(KDIR) M=$(
PWD
) help
22
$(MAKE) -C $(KDIR) M=$(
PWD
) modules_install
/third_party/toybox/toys/posix/
H
A
D
pwd.c
9
config
PWD
17
-L Use shell's path from $
PWD
(when applicable)
26
char *s, *pwd = getcwd(0, 0), *
PWD
;
in pwd_main()
local
28
// Only use $
PWD
if it's an absolute path alias for cwd with no "." or ".."
in pwd_main()
29
if (!FLAG(P) && (s =
PWD
= getenv("
PWD
"))) {
in pwd_main()
39
if (!*s && s !=
PWD
) s =
PWD
;
in pwd_main()
44
if (stat(pwd, &st1) || stat(
PWD
, &st2) || st1.st_ino != st2.st_ino ||
in pwd_main()
/third_party/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
H
A
D
Makefile
5
PWD
:= $(shell pwd)
macro
12
$(MAKE) -C $(KERNELDIR) M=$(
PWD
) modules
15
$(MAKE) -C $(KERNELDIR) M=$(
PWD
) modules_install
19
$(MAKE) -C $(KERNELDIR) M=$(
PWD
) clean
/third_party/toybox/scripts/
H
A
D
test.sh
6
TOPDIR="$
PWD
"
7
FILES="$
PWD
"/tests/files
25
PATH="$
PWD
:$PATH"
26
TESTDIR="$
PWD
"
/third_party/ltp/testcases/kdump/lib/kprobes/
H
A
D
Makefile
4
PWD
:= $(shell pwd)
macro
6
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
10
make -C /lib/modules/$(shell uname -r)/build M=$(
PWD
) clean
/third_party/ltp/testcases/kdump/lib/crasher/
H
A
D
Makefile
3
PWD
:= $(shell pwd)
macro
6
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
10
make -C /lib/modules/$(shell uname -r)/build M=$(
PWD
) clean
/third_party/ltp/testcases/kernel/device-drivers/nls/
H
A
D
Makefile
12
PWD
:= $(shell pwd)
macro
15
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
17
# $(MAKE) -C $(KERNELDIR) M=$(
PWD
) modules
20
$(MAKE) -C $(KDIR) M=$(
PWD
) clean
/third_party/ltp/testcases/kdump/lib/lkdtm/
H
A
D
Makefile
3
PWD
:= $(shell pwd)
macro
11
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
15
make -C /lib/modules/$(shell uname -r)/build M=$(
PWD
) clean
/third_party/mbedtls/tests/scripts/
H
A
D
docker_env.sh
83
--volume $
PWD
:$
PWD
\
84
--workdir $
PWD
\
/third_party/ltp/testcases/kernel/controllers/cpuset/
H
A
D
cpuset_regression_test.sh
66
local old_dir=$
PWD
105
local old_dir=$
PWD
156
cpuset_backup_and_update "${
PWD
}/${BACKUP_DIRECTORY}" ${cpus}
174
cpuset_restore "${
PWD
}/${BACKUP_DIRECTORY}" ${cpus}
/third_party/ltp/testcases/commands/ln/
H
A
D
ln_tests.sh
74
4) ln_test "" "$
PWD
/file" "file_link";;
75
5) ln_test "-s" "$
PWD
/file" "file_link";;
76
6) ln_test "-s" "$
PWD
/dir" "dir_link";;
/third_party/ltp/testcases/kernel/fs/fs_bind/cloneNS/
H
A
D
fs_bind_cloneNS02.sh
32
fs_bind_exec_ns mount --bind "$
PWD
/$FS_BIND_DISK4" $
PWD
/dir1/c
35
fs_bind_exec_ns umount $
PWD
/dir2/a
H
A
D
fs_bind_cloneNS06.sh
45
fs_bind_exec_ns mount --rbind "$
PWD
/$FS_BIND_DISK3" "$
PWD
/dir3/x/b"
50
fs_bind_exec_ns mount --rbind "$
PWD
/$FS_BIND_DISK4" "$
PWD
/dir4/x/c"
/third_party/ltp/testcases/kernel/controllers/cpuctl/
H
A
D
run_cpuctl_latency_test.sh
113
PWD
=`pwd`
132
cd $
PWD
;
214
cd $
PWD
;
/third_party/ltp/testcases/kernel/tracing/ftrace_test/
H
A
D
ftrace_lib.sh
28
export TPATH="$
PWD
"
37
export DEBUGFS_PATH="$
PWD
/debugfs"
38
export TRACING_PATH="$
PWD
/debugfs/tracing"
/third_party/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
H
A
D
Makefile
13
PWD
:= $(shell pwd)
macro
16
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
17
# $(MAKE) -C $(KERNELDIR) M=$(
PWD
) modules
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H
A
D
Makefile
14
PWD
:= $(shell pwd)
macro
17
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
18
# $(MAKE) -C $(KERNELDIR) M=$(
PWD
) modules
/third_party/ltp/testcases/kernel/device-drivers/drm/kernel_space/
H
A
D
Makefile
11
PWD
:= $(shell pwd)
macro
14
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H
A
D
Makefile
13
PWD
:= $(shell pwd)
macro
16
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
17
# $(MAKE) -C $(KERNELDIR) M=$(
PWD
) modules
/third_party/ltp/testcases/kernel/device-drivers/include/
H
A
D
Makefile
13
PWD
:= $(shell pwd)
macro
16
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
18
# $(MAKE) -C $(KERNELDIR) M=$(
PWD
) modules
Completed in 6 milliseconds
1
2
3
4