/external/selinux/secilc/docs/ |
Makefile | 0 CWD ?= $(shell pwd) 2 HTMLDIR ?= $(CWD)/html 3 PDFDIR ?= $(CWD)/pdf 4 TMPDIR ?= $(CWD)/tmp 5 TESTDIR ?= $(CWD)/../test
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-cbw.d | 2 #name: x86-64 CBW/CWD & Co
|
x86-64-cbw-intel.d | 3 #name: x86-64 CBW/CWD & Co (Intel disassembly) 18 d: 66 99 cwd 21 12: 66 40 99 rex cwd
|
/external/dnsmasq/contrib/slackware-dnsmasq/ |
dnsmasq.SlackBuild | 2 CWD=`pwd` 23 tar xzvf $CWD/dnsmasq-$VERSION.tar.gz 25 zcat $CWD/dnsmasq.leasedir.diff.gz | patch -p1 --verbose --backup --suffix=.orig || exit 45 zcat $CWD/rc.dnsmasq.gz > $PKG/etc/rc.d/rc.dnsmasq.new 51 cat $CWD/slack-desc > $PKG/install/slack-desc 52 zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/ |
CwdCommandHandlerTest.java | 58 testHandleCommand_InvalidParameters(commandHandler, CommandNames.CWD, EMPTY);
69 command1 = new Command(CommandNames.CWD, array(DIR1));
70 command2 = new Command(CommandNames.CWD, array(DIR2));
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/ |
CwdCommandHandlerTest.java | 58 testHandleCommand_InvalidParameters(commandHandler, CommandNames.CWD, EMPTY);
69 command1 = new Command(CommandNames.CWD, array(DIR1));
70 command2 = new Command(CommandNames.CWD, array(DIR2));
|
/external/e2fsprogs/contrib/ |
populate-extfs.sh | 31 CWD="/" 41 if [ "$DIR" != "$CWD" ]; then 43 CWD="$DIR"
|
/external/autotest/server/ |
autoupdate_utils.py | 16 CWD = os.getcwd() 19 DEVSERVER_LOG = os.path.join(CWD, 'devserver.log') 54 subprocess.Popen(cmd, shell=True, cwd=DEVSERVER_SRC)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-cbw-intel.d | 3 #name: x86-64 (ILP32) CBW/CWD & Co (Intel disassembly) 18 d: 66 99 cwd 21 12: 66 40 99 rex cwd
|
x86-64-cbw.d | 3 #name: x86-64 (ILP32) CBW/CWD & Co
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/command/ |
CommandNames.java | 33 public static final String CWD = "CWD";
|
/development/tools/findunused/ |
removeunusedresources | 10 CWD=$(pwd)/
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/command/ |
CommandNames.java | 31 public static final String CWD = "CWD";
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
CwdCommandHandlerTest.groovy | 39 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', DIR]) 48 assertSessionReply(ReplyCodes.CWD_OK, ['cwd', SUB]) 86 return new Command(CommandNames.CWD, [DIR])
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/ |
StubFtpServer.java | 106 setCommandHandler(CommandNames.CWD, new CwdCommandHandler());
|
/prebuilts/devtools/tools/ |
jobb.bat | 27 rem Get the CWD as a full path with short names only (without spaces)
|
lint.bat | 30 rem Get the CWD as a full path with short names only (without spaces)
|
uiautomatorviewer.bat | 27 rem Get the CWD as a full path with short names only (without spaces)
|
ddms.bat | 27 rem Get the CWD as a full path with short names only (without spaces)
|
hierarchyviewer.bat | 27 rem Get the CWD as a full path with short names only (without spaces)
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
FakeFtpServer.java | 178 setCommandHandler(CommandNames.CWD, new CwdCommandHandler());
|
/external/llvm/tools/llvm-mc/ |
llvm-mc.cpp | 465 SmallString<128> CWD; 466 if (!sys::fs::current_path(CWD)) 467 Ctx.setCompilationDir(CWD);
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/ |
FakeFtpServerIntegrationTest.groovy | 111 * Test that a CWD to ".." properly resolves the current dir (without the "..") so that PWD returns the parent
123 * Test that a CWD to "." properly resolves the current dir (without the ".") so that PWD returns the parent
135 ftpServer.setCommandHandler(CommandNames.CWD, cwdCommandHandler);
146 ftpServer.setCommandHandler(CommandNames.CWD, cwdCommandHandler);
|
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/ |
StubFtpServer.java | 176 setCommandHandler(CommandNames.CWD, new CwdCommandHandler());
|
/prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/ |
anames.go | 213 "CWD",
|