HomeSort by relevance Sort by last modified time
    Searched full:installdir (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/iproute2/man/man3/
Makefile 10 $(INSTALLDIR) $(DESTDIR)$(MANDIR)/man3
  /external/iproute2/man/man7/
Makefile 10 $(INSTALLDIR) $(DESTDIR)$(MANDIR)/man7
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/buildbot/
external.bat 10 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 INSTALLDIR=..\..\tcltk clean all
11 nmake -f makefile.vc DEBUG=1 INSTALLDIR=..\..\tcltk install
17 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 clean
18 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 all
19 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 INSTALLDIR=..\..\tcltk TCLDIR=..\..\tcl-8.5.2.1 install
external-amd64.bat 9 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 clean all
10 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 install
16 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 clean
17 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 all
18 nmake -f makefile.vc COMPILERFLAGS=-DWINVER=0x0500 OPTS=noxp DEBUG=1 MACHINE=AMD64 INSTALLDIR=..\..\tcltk64 TCLDIR=..\..\tcl-8.5.2.1 install
README.tcltk-AMD64 29 nmake -f makefile.vc INSTALLDIR=..\..\tcltk install
35 nmake -f makefile.vc TCLDIR=..\..\tcl8.4.12 INSTALLDIR=..\..\tcltk install
  /external/iproute2/man/
Makefile 2 INSTALLDIR=install -m 0755 -d
  /external/libcups/cups/
globals.c 188 static char installdir[1024] = "", /* Install directory */ local
223 if (!installdir[0])
229 strlcpy(installdir, "C:/Program Files/cups.org", sizeof(installdir));
238 char *ptr; /* Pointer into installdir */
240 size = sizeof(installdir);
241 RegQueryValueEx(key, "installdir", NULL, NULL, installdir, &size);
244 for (ptr = installdir; *ptr;)
260 snprintf(confdir, sizeof(confdir), "%s/conf", installdir);
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/
build.py 73 self.add_argument('--installdir', dest='installdir', required=True,
96 if not os.path.isdir(args.installdir):
97 os.makedirs(args.installdir)
100 installdir = os.path.abspath(args.installdir)
122 print('installdir: %s' % installdir)
200 out_package = os.path.join(installdir, 'vulkan_validation_layers.zip')
  /external/vulkan-validation-layers/build-android/
build.py 110 self.add_argument('--installdir', dest='installdir', required=True,
131 installdir = os.path.abspath(args.installdir)
137 shaderc_path = installdir + '/shaderc/android_test'
153 print('installdir: %s' % installdir)
232 dest_dir = os.path.join(installdir, properties['dest_dir'])
265 'NDK_MODULE_PATH=' + installdir,
282 out_package = os.path.join(installdir, 'vulkan_validation_layers.zip'
    [all...]
  /external/fio/os/windows/
install.wxs 24 <Directory Id="INSTALLDIR">
28 <Environment Action="set" Part="last" Id="PATH" Name="PATH" Value="[INSTALLDIR]fio\" System="yes"/>
51 <Feature Id="AlwaysInstall" Absent="disallow" ConfigurableDirectory="INSTALLDIR" Display="hidden" Level="1" Title="Flexible IO Tester">
  /external/python/cpython2/PC/VC6/
build_tkinter.py 50 nmake_tcl("install", "INSTALLDIR=" + OUT_DIR)
61 nmake_tk("install", "INSTALLDIR=" + OUT_DIR)
  /external/mdnsresponder/mDNSWindows/Java/
makefile 57 INSTALLDIR = root\"Program Files"\Bonjour
63 INSTALLDIR = root\"Program Files"\Bonjour
90 @if not exist $(INSTALLDIR) mkdir $(INSTALLDIR)
91 copy $(BUILDDIR)\dns_sd.jar $(INSTALLDIR)
92 copy $(BUILDDIR)\jdns_sd.dll $(INSTALLDIR)
makefile64 57 INSTALLDIR = root\"Program Files"\Bonjour
63 INSTALLDIR = root\"Program Files"\Bonjour
90 @if not exist $(INSTALLDIR) mkdir $(INSTALLDIR)
91 copy $(BUILDDIR)\dns_sd.jar $(INSTALLDIR)
92 copy $(BUILDDIR)\jdns_sd.dll $(INSTALLDIR)
  /external/valgrind/solaris/
build_solaris_package 27 INSTALLDIR=$TMPDIR/install
55 mkdir -p $INSTALLDIR
56 (( $? != 0 )) && fail "Failed to create directory $INSTALLDIR."
119 make --quiet install DESTDIR=$INSTALLDIR > $TMPDIR/make-install.log
122 cp AUTHORS COPYING* NEWS NEWS.old README* $INSTALLDIR/usr/share/doc/valgrind
123 (( $? != 0 )) && fail "Failed to copy additional files to $INSTALLDIR."
137 pkgsend publish -s $repo_uri -d $INSTALLDIR $SRCDIR/solaris/valgrind.p5m > $TMPDIR/pkgsend.log
  /external/python/cpython2/PC/VS9.0/
build.bat 81 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" clean all
82 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" install
88 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" clean
89 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" all
90 nmake -f makefile.vc MACHINE=%machine% DEBUG=%debug_flag% INSTALLDIR="%tcltkdir%" TCLDIR="%tcldir%" install
build_tkinter.py 49 nmake("makefile.vc", "install", INSTALLDIR=dest, MACHINE=machine)
57 nmake("makefile.vc", "install", DEBUG=0, INSTALLDIR=dest, MACHINE=machine)
  /build/soong/cc/
installer.go 64 func (installer *baseInstaller) installDir(ctx ModuleContext) android.OutputPath {
79 installer.path = ctx.InstallFile(installer.installDir(ctx), file)
ndk_headers.go 109 installDir := getCurrentIncludePath(ctx).Join(ctx, to, strippedHeaderDir)
112 return installDir
124 installDir := getHeaderInstallDir(ctx, header, m.properties.From, m.properties.To)
125 installedPath := ctx.InstallFile(installDir, header)
126 installPath := installDir.Join(ctx, header.Base())
198 installDir := getHeaderInstallDir(ctx, header, m.properties.From, m.properties.To)
199 installPath := installDir.Join(ctx, header.Base())
  /external/python/cpython2/PC/VS8.0/
build_tkinter.py 52 nmake("makefile.vc", "install", INSTALLDIR=dest)
60 nmake("makefile.vc", "install", TCLDIR=tcldir, INSTALLDIR=dest)
  /prebuilts/go/darwin-x86/misc/cgo/testcshared/
test.bash 29 installdir=pkg/${goos}_${goarch}_testcshared_shared
31 installdir=pkg/${goos}_${goarch}_testcshared
41 rm -rf pkg "${goroot}/${installdir}"
108 $(go env CC) ${GOGCCFLAGS} -I ${installdir} -o testp main0.c ./libgo.$libext
  /prebuilts/go/linux-x86/misc/cgo/testcshared/
test.bash 29 installdir=pkg/${goos}_${goarch}_testcshared_shared
31 installdir=pkg/${goos}_${goarch}_testcshared
41 rm -rf pkg "${goroot}/${installdir}"
108 $(go env CC) ${GOGCCFLAGS} -I ${installdir} -o testp main0.c ./libgo.$libext
  /external/ltp/include/mk/
generic_leaf_target.inc 74 # INSTALL_DIR := /path/to/installdir/from/$(DESTDIR)/$(prefix)
84 # INSTALL_DIR := /path/to/installdir/from/$(DESTDIR)
  /external/python/cpython2/Lib/plat-mac/
pimp.py 280 installDir=None,
290 self.setInstallDir(installDir)
300 def setInstallDir(self, installDir=None):
301 if installDir:
304 ('--install-lib', installDir),
309 installDir = DEFAULT_INSTALLDIR
311 self.installDir = installDir
314 return self.installDir != DEFAULT_INSTALLDIR
330 if not os.path.exists(self.installDir)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
pimp.py 280 installDir=None,
290 self.setInstallDir(installDir)
300 def setInstallDir(self, installDir=None):
301 if installDir:
304 ('--install-lib', installDir),
309 installDir = DEFAULT_INSTALLDIR
311 self.installDir = installDir
314 return self.installDir != DEFAULT_INSTALLDIR
330 if not os.path.exists(self.installDir)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py 280 installDir=None,
290 self.setInstallDir(installDir)
300 def setInstallDir(self, installDir=None):
301 if installDir:
304 ('--install-lib', installDir),
309 installDir = DEFAULT_INSTALLDIR
311 self.installDir = installDir
314 return self.installDir != DEFAULT_INSTALLDIR
330 if not os.path.exists(self.installDir)
    [all...]

Completed in 1873 milliseconds

1 2 3