OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CWD
(Results
1 - 19
of
19
) sorted by null
/external/lldb/test/functionalities/plugins/commands/
Makefile
3
CWD
:= $(shell pwd)
/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/e2fsprogs/contrib/
populate-extfs.sh
31
CWD
="/"
41
if [ "$DIR" != "$
CWD
" ]; then
43
CWD
="$DIR"
/external/chromium_org/third_party/skia/
Makefile
32
CWD
:= $(shell pwd)
91
$(
CWD
)/gyp_skia
/external/skia/
Makefile
32
CWD
:= $(shell pwd)
91
$(
CWD
)/gyp_skia
/development/tools/findunused/
removeunusedresources
10
CWD
=$(pwd)/
/external/lldb/test/functionalities/load_unload/
Makefile
8
CWD
:= $(shell pwd)
44
$(CC) $(CFLAGS) -dynamiclib -install_name "$(
CWD
)/libd.dylib" -o libd.dylib d.o
/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
309
SmallString<256>
CWD
;
310
llvm::sys::fs::current_path(
CWD
);
311
return CWDName = internString(
CWD
);
[
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 1257 milliseconds