OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:topdir
(Results
1 - 6
of
6
) sorted by null
/development/ide/emacs/
android-compile.el
55
(defun android-find-makefile (
topdir
)
59
TOPDIR
is the root directory of the build.
61
MAKEFILE_PATH is the relative path of the makefile wrt
TOPDIR
.
63
;; TODO: Could check that
topdir
is the start of default-directory.
64
(unless (> (length
topdir
) 2)
65
(error "
Topdir
invalid %s for current dir %s"
topdir
default-directory))
69
(while (and (> (length default-directory) (length
topdir
))
78
(if (string= default-directory
topdir
)
81
(setq default-directory (substring default-directory (length
topdir
) nil)
[
all
...]
/external/chromium/sdch/open-vcdiff/packages/
deb.sh
31
topdir
="${PWD%/*}"
52
ln -s "${
topdir
}/${archive}.tar.gz" "${LIB}${archive}.orig.tar.gz"
54
ln -s "${
topdir
}/${archive}.tar.gz" "${LIB}${archive_with_underscore}.orig.tar.gz"
/external/e2fsprogs/debian/attic/libs/
rules
24
topdir
= $(shell pwd)
25
debdir = $(
topdir
)/debian
27
builddir = $(
topdir
)/builddir
85
sed s%$(
topdir
)/lib/et%/usr/share/comerr% \
94
sed s%$(
topdir
)/lib/ss%/usr/share/ss% \
115
install -p $(
topdir
)/doc/libext2fs_*.html \
118
install -p $(
topdir
)/lib/et/com_err_*.html \
122
install -p $(
topdir
)/doc/libext2fs.texinfo \
124
install -p $(
topdir
)/lib/et/com_err.texinfo \
139
install -p $(
topdir
)/lib/et/compile_et.1 $(maindir)/usr/man/man1
[
all
...]
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/port/
test.py
49
self.
topdir
= curdir[0:curdir.index("WebKitTools")]
50
return os.path.join(self.
topdir
, 'LayoutTests', 'platform', 'test')
/external/e2fsprogs/debian/
rules
38
topdir
=$(shell pwd)
macro
39
debdir=${
topdir
}/debian
141
${
topdir
}/configure ${COMMON_CONF_FLAGS} ${STD_CONF_FLAGS}
144
${
topdir
}/configure ${COMMON_CONF_FLAGS} ${STD_CONF_FLAGS} \
152
${
topdir
}/configure ${MIPS_NOPIC_CONF_FLAGS}
154
${
topdir
}/configure ${MIPS_NOPIC_CONF_FLAGS}
167
${
topdir
}/configure ${COMMON_CONF_FLAGS} ${BF_CONF_FLAGS}
170
${
topdir
}/configure ${COMMON_CONF_FLAGS} ${BF_CONF_FLAGS} \
186
${
topdir
}/configure ${STATIC_CONF_FLAGS}
189
${
topdir
}/configure ${COMMON_CONF_FLAGS} ${STATIC_CONF_FLAGS}
[
all
...]
/external/bluetooth/glib/gio/
glocalfile.c
1632
char *
topdir
, *globaldir, *trashdir, *tmpname;
local
1708
char *trashdir, *
topdir
, *infodir, *filesdir;
local
[
all
...]
Completed in 117 milliseconds