Home
last modified time | relevance | path

Searched refs:PWD (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/elfutils/tests/
H A Drun-debuginfod-find.sh32 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 Ddebuginfod-subr.sh39 rm -rf F R D L Z ${PWD}/foobar ${PWD}/mocktree ${PWD}/.client_cache* ${PWD}/tmp*
/third_party/ltp/testcases/commands/which/
H A Dwhich01.sh91 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 DMakefile9 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 DMakefile13 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 DMakefile9 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 Dpwd.c9 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 DMakefile5 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 Dtest.sh6 TOPDIR="$PWD"
7 FILES="$PWD"/tests/files
25 PATH="$PWD:$PATH"
26 TESTDIR="$PWD"
/third_party/ltp/testcases/kdump/lib/kprobes/
H A DMakefile4 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 DMakefile3 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 DMakefile12 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 DMakefile3 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 Ddocker_env.sh83 --volume $PWD:$PWD \
84 --workdir $PWD \
/third_party/ltp/testcases/kernel/controllers/cpuset/
H A Dcpuset_regression_test.sh66 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 Dln_tests.sh74 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 Dfs_bind_cloneNS02.sh32 fs_bind_exec_ns mount --bind "$PWD/$FS_BIND_DISK4" $PWD/dir1/c
35 fs_bind_exec_ns umount $PWD/dir2/a
H A Dfs_bind_cloneNS06.sh45 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 Drun_cpuctl_latency_test.sh113 PWD=`pwd`
132 cd $PWD;
214 cd $PWD;
/third_party/ltp/testcases/kernel/tracing/ftrace_test/
H A Dftrace_lib.sh28 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 DMakefile13 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 DMakefile14 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 DMakefile11 PWD := $(shell pwd) macro
14 $(MAKE) -C $(KDIR) M=$(PWD) modules
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
H A DMakefile13 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 DMakefile13 PWD := $(shell pwd) macro
16 $(MAKE) -C $(KDIR) M=$(PWD) modules
18 # $(MAKE) -C $(KERNELDIR) M=$(PWD) modules

Completed in 6 milliseconds

1234