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 30 rem Get the CWD as a full path with short names only (without spaces)
  /external/llvm/lib/MC/
MCDwarf.cpp 623 llvm::sys::Path CWD = llvm::sys::Path::GetCurrentDirectory();
624 MCOS->EmitBytes(StringRef(CWD.c_str()), 0);
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 271 SmallString<256> CWD;
272 llvm::sys::fs::current_path(CWD);
273 char *CompDirnamePtr = DebugInfoNames.Allocate<char>(CWD.size());
274 memcpy(CompDirnamePtr, CWD.data(), CWD.size());
275 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...]

Completed in 746 milliseconds