Home
last modified time | relevance | path

Searched refs:installdir (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Dglobals.c188 static char installdir[1024] = "", /* Install directory */ in cups_globals_alloc() local
223 if (!installdir[0]) in cups_globals_alloc()
229 strlcpy(installdir, "C:/Program Files/cups.org", sizeof(installdir)); in cups_globals_alloc()
240 size = sizeof(installdir); in cups_globals_alloc()
241 RegQueryValueEx(key, "installdir", NULL, NULL, installdir, &size); in cups_globals_alloc()
244 for (ptr = installdir; *ptr;) in cups_globals_alloc()
260 snprintf(confdir, sizeof(confdir), "%s/conf", installdir); in cups_globals_alloc()
261 snprintf(localedir, sizeof(localedir), "%s/locale", installdir); in cups_globals_alloc()
265 cg->cups_datadir = installdir; in cups_globals_alloc()
268 cg->cups_serverbin = installdir; in cups_globals_alloc()
/external/vulkan-validation-layers/build-android/
Dbuild.py131 installdir = os.path.abspath(args.installdir)
137 shaderc_path = installdir + '/shaderc/android_test'
145 build_dir = installdir
147 print('installdir: %s' % installdir)
253 dest_dir = os.path.join(installdir, properties['dest_dir'])
287 'NDK_MODULE_PATH=' + installdir,
304 out_package = os.path.join(installdir, 'vulkan_validation_layers.zip')
315 dest_dir = os.path.join(installdir, properties['dest_dir'])
/external/llvm/utils/
Dllvm-compilers-check466 installdir = self.install_prefix
482 self.logger.info("[None] Failed to configure " + component + " in " + installdir)
492 self.logger.info("[None] Failed to build " + component + " in " + installdir)
503 self.logger.info("[None] Failed to test " + component + " in " + installdir)
507 self.logger.info("Installing " + component + " in " + installdir)
512 self.logger.info("Failed testing " + component + " in " + installdir)
515 self.logger.info("Failed to build " + component + " in " + installdir)
518 self.logger.info("Failed to configure " + component + " in " + installdir)
/external/swiftshader/third_party/llvm-7.0/llvm/utils/
Dllvm-compilers-check466 installdir = self.install_prefix
482 self.logger.info("[None] Failed to configure " + component + " in " + installdir)
492 self.logger.info("[None] Failed to build " + component + " in " + installdir)
503 self.logger.info("[None] Failed to test " + component + " in " + installdir)
507 self.logger.info("Installing " + component + " in " + installdir)
512 self.logger.info("Failed testing " + component + " in " + installdir)
515 self.logger.info("Failed to build " + component + " in " + installdir)
518 self.logger.info("Failed to configure " + component + " in " + installdir)
/external/ltp/include/mk/
Dgeneric_leaf_target.inc74 # INSTALL_DIR := /path/to/installdir/from/$(DESTDIR)/$(prefix)
84 # INSTALL_DIR := /path/to/installdir/from/$(DESTDIR)
/external/epid-sdk/
DMakefile.in5 installdir = $(prefix)/
6 epidinstalldir = $(installdir)/epid-sdk
/external/python/cpython3/Doc/tutorial/
Dstdlib.rst44 >>> shutil.move('/build/executables', 'installdir')
45 'installdir'
/external/swiftshader/third_party/LLVM/utils/
Dllvmbuild638 installdir = self.install_prefix
662 self.logger.info("Installing " + component + " in " + installdir)
/external/python/cpython2/Doc/tutorial/
Dstdlib.rst43 >>> shutil.move('/build/executables', 'installdir')