| /external/syslinux/com32/rosh/ |
| Makefile | 30 HEXDATE := $(shell $(PERL) $(topdir)/now.pl $(SRCS) $(wildcard *.h)) 33 DATE := $(shell sh $(topdir)/gen-id.sh $(VERSION) $(HEXDATE))
|
| /external/syslinux/gnu-efi/gnu-efi-3.0/gnuefi/ |
| Makefile | 43 TOPDIR = $(SRCDIR)/.. 45 CDIR=$(TOPDIR)/..
|
| /external/syslinux/gnu-efi/gnu-efi-3.0/lib/ |
| Makefile | 43 TOPDIR = $(SRCDIR)/.. 45 CDIR = $(TOPDIR)/..
|
| /frameworks/compile/mclinker/unittests/ |
| MCRegionFragmentTest.cpp | 41 Path path(TOPDIR); 56 Path path(TOPDIR);
|
| UniqueGCFactoryBaseTest.cpp | 68 sys::fs::Path path1(TOPDIR), path2(TOPDIR);
|
| FileHandleTest.cpp | 41 mcld::sys::fs::Path path(TOPDIR); 59 mcld::sys::fs::Path path(TOPDIR); 83 mcld::sys::fs::Path path(TOPDIR);
|
| /external/freetype/builds/atari/ |
| gen-purec-patch.sh | 9 x--srcdir=* | x--topdir=* )
|
| /external/libcap/ |
| Makefile | 4 topdir=$(shell pwd) macro
|
| /external/libcap/pam_cap/ |
| Makefile | 3 topdir=$(shell pwd)/.. macro
|
| /external/libxml2/os400/ |
| make-bldcsndfa.sh | 12 cd "${TOPDIR}/os400/iconv/bldcsndfa"
|
| make-rpg.sh | 12 cd "${TOPDIR}/os400/libxmlrpg"
|
| /external/syslinux/efi/ |
| clean-gnu-efi.sh | 32 make SRCDIR="$EFIDIR" TOPDIR="$EFIDIR" -f "$EFIDIR/Makefile" ARCH=$ARCH clean
|
| /external/syslinux/gnu-efi/gnu-efi-3.0/ |
| Make.defaults | 37 TOPDIR := $(shell if [ "$$PWD" != "" ]; then echo $$PWD; else pwd; fi) 111 INCDIR += -I$(SRCDIR) -I$(TOPDIR)/inc -I$(TOPDIR)/inc/$(ARCH) \ 112 -I$(TOPDIR)/inc/protocol
|
| Makefile | 73 @echo TOPDIR=$(TOPDIR)
|
| /frameworks/av/services/oboeservice/ |
| Android.mk | 13 $(TOPDIR)frameworks/av/services/audioflinger \
|
| /development/build/tools/ |
| sdk_repo.mk | 102 $(hide) $(TOPDIR)development/build/tools/mk_sources_zip.py --exec-zip \ 105 $(TOPDIR). 161 $(TOPDIR)prebuilts/devtools/repository/sdk-repository-*.xsd \ 167 $(TOPDIR)prebuilts/devtools/repository/sdk-addon-*.xsd \ 173 $(TOPDIR)prebuilts/devtools/repository/sdk-sys-img-*.xsd \ 196 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \ 216 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \ 234 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \ 249 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh \ 264 $(hide) $(TOPDIR)development/build/tools/mk_sdk_repo_xml.sh [all...] |
| /cts/apps/CameraITS/tools/ |
| run_all_tests.py | 239 topdir = tempfile.mkdtemp(dir=tmp_dir) 240 subprocess.call(['chmod', 'g+rx', topdir]) 241 print "Saving output files to:", topdir, "\n" 287 os.mkdir(os.path.join(topdir, camera_id)) 289 os.mkdir(os.path.join(topdir, camera_id, d)) 305 out_path = os.path.join(topdir, camera_id, scene+".jpg") 335 valid_scene_code = subprocess.call(cmd, cwd=topdir) 365 outdir = os.path.join(topdir, camera_id, scene) 438 summary_path = os.path.join(topdir, camera_id, scene, "summary.txt")
|
| /external/syslinux/mk/ |
| syslinux.mk | 51 if $(CC) $(GCCOPT) $(1) -c $(topdir)/dummy.c \ 73 com32 = $(topdir)/com32
|
| /external/curl/lib/ |
| makefile.dj | 30 TOPDIR = ..
|
| /external/curl/packages/OS400/ |
| make-include.sh | 8 cd "${TOPDIR}/include"
|
| /external/syslinux/sample/ |
| Makefile | 20 PPMTOLSS16 = $(topdir)/utils/ppmtolss16
|
| /libcore/ |
| Docs.mk | 35 # returned that are relative to the build root / $(TOPDIR) and not libcore.
|
| /external/llvm/lib/Fuzzer/ |
| FuzzerIO.cpp | 41 std::vector<std::string> *V, bool TopDir) { 59 if (Epoch && TopDir) 103 ListFilesInDirRecursive(Path, Epoch, &Files, /*TopDir*/true);
|
| /external/toybox/toys/posix/ |
| find.c | 62 int topdir, xdev, depth; 96 if (TT.topdir != -1) { 100 } else rc = fchdir(TT.topdir); 131 if (revert) revert = fchdir(TT.topdir); 167 if (new && TT.topdir == -1) return; 207 // skip . and .. below topdir, handle -xdev and -depth 467 if (TT.topdir == -1) TT.topdir = xopenro("."); 546 TT.topdir = -1; 572 close(TT.topdir); [all...] |
| /external/curl/src/ |
| makefile.dj | 30 TOPDIR = ..
|