OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PWD
(Results
1 - 22
of
22
) sorted by null
/external/ltp/testcases/kdump/lib/crasher/
Makefile
3
PWD
:= $(shell
pwd
)
6
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
10
make -C /lib/modules/$(shell uname -r)/build M=$(
PWD
) clean
/external/ltp/testcases/kdump/lib/kprobes/
Makefile
4
PWD
:= $(shell
pwd
)
6
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
10
make -C /lib/modules/$(shell uname -r)/build M=$(
PWD
) clean
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_allocator_module/
Makefile
9
PWD
:= $(shell
pwd
)
12
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules
15
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) clean
19
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) help
22
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules_install
/external/ltp/testcases/kernel/device-drivers/misc_modules/per_cpu_atomic_operations_vs_interrupt_disabling_module/
Makefile
5
PWD
:= $(shell
pwd
)
12
$(MAKE) -C $(KERNELDIR) M=$(
PWD
) modules
15
$(MAKE) -C $(KERNELDIR) M=$(
PWD
) modules_install
19
$(MAKE) -C $(KERNELDIR) M=$(
PWD
) clean
/external/ltp/testcases/kernel/device-drivers/v4l/kernel_space/
Makefile
9
PWD
:= $(shell
pwd
)
12
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules
15
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) clean
19
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) help
22
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules_install
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Makefile
14
PWD
:= $(shell
pwd
)
17
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules
18
# $(MAKE) -C $(KERNELDIR) SUBDIRS=$(
PWD
) modules
/external/ltp/testcases/kernel/device-drivers/base/tbase/
Makefile
13
PWD
:= $(shell
pwd
)
16
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules
17
# $(MAKE) -C $(KERNELDIR) SUBDIRS=$(
PWD
) modules
/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/kernel_space/
Makefile
13
PWD
:= $(shell
pwd
)
16
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules
17
# $(MAKE) -C $(KERNELDIR) SUBDIRS=$(
PWD
) modules
/external/ltp/testcases/kernel/device-drivers/drm/kernel_space/
Makefile
11
PWD
:= $(shell
pwd
)
14
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules
/external/ltp/testcases/kernel/device-drivers/include/
Makefile
13
PWD
:= $(shell
pwd
)
16
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules
18
# $(MAKE) -C $(KERNELDIR) SUBDIRS=$(
PWD
) modules
/external/ltp/testcases/kernel/device-drivers/nls/
Makefile
12
PWD
:= $(shell
pwd
)
15
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules
17
# $(MAKE) -C $(KERNELDIR) SUBDIRS=$(
PWD
) modules
20
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) clean
/external/ltp/testcases/kernel/device-drivers/usb/tusb/
Makefile
13
PWD
:= $(shell
pwd
)
16
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules
17
# $(MAKE) -C $(KERNELDIR) SUBDIRS=$(
PWD
) modules
20
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) clean
24
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) help
27
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules_install
/external/ltp/testcases/kdump/lib/lkdtm/
Makefile
3
PWD
:= $(shell
pwd
)
11
$(MAKE) -C $(KDIR) M=$(
PWD
) modules
15
make -C /lib/modules/$(shell uname -r)/build M=$(
PWD
) clean
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
Makefile
14
PWD
:= $(shell
pwd
)
17
$(MAKE) -C $(KDIR) SUBDIRS=$(
PWD
) modules
19
# $(MAKE) -C $(KERNELDIR) SUBDIRS=$(
PWD
) modules
/external/toybox/toys/posix/
pwd.c
0
/*
pwd
.c - Print working directory.
5
* See http://opengroup.org/onlinepubs/9699919799/utilities/
pwd
.html
7
USE_PWD(NEWTOY(
pwd
, ">0LP[-LP]", TOYFLAG_BIN))
9
config
PWD
10
bool "
pwd
"
13
usage:
pwd
[-L|-P]
17
-L Use shell's path from $
PWD
(when applicable)
26
char *s, *
pwd
= getcwd(0, 0), *
PWD
;
local
28
// Only use $
PWD
if it's an absolute path alias for cwd with no "." or "..
[
all
...]
/external/libusb/.private/
bwince.cmd
20
set
PWD
=%~dp0
57
cd %
PWD
/build/make/core/
cleanbuild.mk
17
# This overrides the shell variable $
PWD
, which does not necessarily points to
19
PWD
:= $(shell
pwd
)
main.mk
32
# This overrides the shell variable $
PWD
, which does not necessarily points to
34
PWD
:= $(shell
pwd
)
[
all
...]
/external/autotest/site_utils/rpm_control_system/
rpm_controller_unittest.py
159
PWD
= 'Password:'
177
mock_ssh.expect(self.
PWD
, timeout=sut.LOGIN_TIMEOUT)
/external/libusb/msvc/
ddk_build.cmd
15
set
PWD
=%~dp0
184
cd %
PWD
%
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/
CommandNames.java
44
public static final String
PWD
= "
PWD
";
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/
CommandNames.java
44
public static final String
PWD
= "
PWD
";
Completed in 647 milliseconds