OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CWD
(Results
1 - 14
of
14
) 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)/
/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/clang/lib/CodeGen/
CGDebugInfo.cpp
334
SmallString<256>
CWD
;
335
llvm::sys::fs::current_path(
CWD
);
336
char *CompDirnamePtr = DebugInfoNames.Allocate<char>(
CWD
.size());
337
memcpy(CompDirnamePtr,
CWD
.data(),
CWD
.size());
338
return CWDName = StringRef(CompDirnamePtr,
CWD
.size());
[
all
...]
/external/llvm/lib/Target/X86/
X86FastISel.cpp
[
all
...]
X86ISelDAGToDAG.cpp
[
all
...]
X86ISelLowering.cpp
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/x86/
assyntax.h
423
#define
CWD
CHOICE(cwtl,
cwd
,
cwd
)
[
all
...]
/external/mesa3d/src/mesa/x86/
assyntax.h
423
#define
CWD
CHOICE(cwtl,
cwd
,
cwd
)
[
all
...]
/external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp
[
all
...]
Completed in 722 milliseconds