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

  /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
  /development/tools/findunused/
removeunusedresources 10 CWD=$(pwd)/
  /sdk/ddms/app/etc/
ddms.bat 27 rem Get the CWD as a full path with short names only (without spaces)
  /sdk/hierarchyviewer2/app/etc/
hierarchyviewer.bat 27 rem Get the CWD as a full path with short names only (without spaces)
  /sdk/lint/cli/etc/
lint.bat 27 rem Get the CWD as a full path with short names only (without spaces)
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 255 llvm::SmallString<256> CWD;
256 llvm::sys::fs::current_path(CWD);
257 char *CompDirnamePtr = DebugInfoNames.Allocate<char>(CWD.size());
258 memcpy(CompDirnamePtr, CWD.data(), CWD.size());
259 return CWDName = StringRef(CompDirnamePtr, CWD.size());
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h 383 #define CWD CHOICE(cwtl, cwd, cwd)
    [all...]

Completed in 273 milliseconds