HomeSort by relevance Sort by last modified time
    Searched refs:CWD (Results 1 - 25 of 46) sorted by null

1 2

  /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
  /external/curl/docs/cmdline-opts/
ftp-method.d 3 Help: Control CWD usage
11 curl does a single CWD operation for each path part in the given URL. For deep
15 curl does no CWD at all. curl will do SIZE, RETR, STOR etc and give a full
18 curl does one CWD with the full target directory and then operates on the file
  /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"
  /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);
  /prebuilts/clang/host/linux-x86/soong/
clangprebuilts.go 79 // (i.e. $CWD/..). libFuzzer would be unavailable only for the stage2
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/
StubFtpServer.java 176 setCommandHandler(CommandNames.CWD, new CwdCommandHandler());

Completed in 845 milliseconds

1 2