Searched refs:installdir (Results 1 – 8 of 8) sorted by relevance
/external/libcups/cups/ |
D | globals.c | 188 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/ |
D | build.py | 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') 293 dest_dir = os.path.join(installdir, properties['dest_dir'])
|
/external/ltp/testscripts/build/ |
D | build_test_function.sh | 176 installdir=$(readlink -f "${1:-.}") 177 test_ltp="$installdir/test_ltp.sh" 203 export PATH="\$PATH:$installdir/bin:$PATH" 205 execltp -l "$installdir" -vv < /dev/null 220 echo "chown -Rf $(id -ru) \"$installdir\"" >> "$test_ltp"
|
/external/llvm/utils/ |
D | llvm-compilers-check | 466 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/toolchain-utils/go/patch/ |
D | go5.patch | 33 installdir=pkg/${goos}_${goarch}_testcshared 47 rm -rf pkg "${goroot}/${installdir}" 120 -$(go env CC) ${GOGCCFLAGS} -I ${installdir} -o testp main0.c libgo.$libext 121 +$(go_target env CC) ${GOGCCFLAGS} -I ${installdir} -o testp main0.c libgo.$libext
|
/external/ltp/include/mk/ |
D | generic_leaf_target.inc | 74 # INSTALL_DIR := /path/to/installdir/from/$(DESTDIR)/$(prefix) 84 # INSTALL_DIR := /path/to/installdir/from/$(DESTDIR)
|
/external/swiftshader/third_party/LLVM/utils/ |
D | llvmbuild | 638 installdir = self.install_prefix 662 self.logger.info("Installing " + component + " in " + installdir)
|
/external/python/cpython2/Doc/tutorial/ |
D | stdlib.rst | 43 >>> shutil.move('/build/executables', 'installdir')
|