Home
last modified time | relevance | path

Searched defs:install_dir (Results 1 – 23 of 23) sorted by relevance

/external/clang/
Dbuild.py218 def install_minimal_toolchain(build_dir, install_dir, host, strip): argument
224 def install_toolchain(build_dir, install_dir, host, strip): argument
283 def install_built_host_files(build_dir, install_dir, host, strip, minimal=None): argument
302 def install_sanitizer_scripts(install_dir): argument
308 def install_analyzer_scripts(install_dir): argument
350 def install_scan_scripts(install_dir): argument
361 def install_headers(build_dir, install_dir, host): argument
391 def install_profile_rt(build_dir, install_dir, host): argument
437 def install_libomp(build_dir, install_dir, host): argument
464 def install_sanitizers(build_dir, install_dir, host): argument
[all …]
Dupdate-prebuilts.py130 def extract_package(package, install_dir): argument
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dcore_installer.py205 def install_teensy_core_windows(install_prefix, install_dir, cache_dir): argument
283 def install_teensy_core_mac(unused_install_prefix, install_dir, cache_dir): argument
305 def install_teensy_core_linux(install_prefix, install_dir, cache_dir): argument
337 def apply_teensy_patches(install_dir): argument
402 def install_stm32duino_core(install_prefix, install_dir, cache_dir): argument
/external/autotest/utils/
Dexternal_packages.py136 def is_needed(self, install_dir): argument
208 def _build_and_install(self, install_dir): argument
213 def _build_and_install_current_dir(self, install_dir): argument
221 def build_and_install(self, install_dir): argument
250 def _build_and_install_current_dir_setup_py(self, install_dir): argument
258 def _build_and_install_current_dir_setupegg_py(self, install_dir): argument
266 def _build_and_install_current_dir_noegg(self, install_dir): argument
288 def _build_and_install_from_package(self, install_dir): argument
376 def _install_from_egg(self, install_dir, egg_path): argument
400 def _get_egg_info_path(self, install_dir): argument
[all …]
Dbuild_externals.py125 def fetch_necessary_packages(dest_dir, install_dir, names_to_check=set()): argument
162 def build_and_install_packages(packages, install_dir, argument
/external/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/
Dwrapper.py314 def _default_client(install_dir): argument
321 def init(install_dir=DEFAULT_INSTALL_DIR, silent=False, client=None): argument
343 def main(install_dir=DEFAULT_INSTALL_DIR, silent=False): argument
/external/vulkan-validation-layers/scripts/
Dknown_good.json8 "install_dir" : "glslang/build/install", string
22 "install_dir" : "Vulkan-Headers/build/install", string
30 "install_dir" : "Vulkan-Loader/build/install", string
51 "install_dir" : "VulkanTools/build/install", string
89 "install_dir" : "Vulkan-Tools/build/install", string
/external/python/cpython3/kokoro/
Dbuild.py27 def build_autoconf_target(host, python_src, build_dir, install_dir): argument
104 def package_target(host, install_dir, dest_dir, build_id): argument
/external/pigweed/pw_env_setup/py/pw_env_setup/cargo_setup/
D__init__.py22 def install(install_dir, package_files, env): argument
/external/zstd/build/meson/
DInstallSymlink.py16 def install_symlink(src, dst, install_dir, dst_is_dir=False, dir_mode=0o777): argument
/external/lz4/contrib/meson/
DInstallSymlink.py16 def install_symlink(src, dst, install_dir, dst_is_dir=False, dir_mode=0o777): argument
/external/fmtlib/support/
Dtravis-build.py82 install_dir = os.path.join(fmt_dir, "_install") variable
/external/python/setuptools/setuptools/tests/
Dtest_install_scripts.py24 def _run_install_scripts(self, install_dir, executable=None): argument
Dtest_wheel.py128 def _check_wheel_install(filename, install_dir, install_tree_includes, argument
Dtest_integration.py147 def install(pkg_dir, install_dir): argument
/external/rust/crates/libz-sys/
Dbuild.rs156 let install_dir = cmake::Config::new("src/zlib-ng") in build_zlib_ng() localVariable
/external/wayland/src/
Dmeson.build115 install_dir = join_paths(get_option('prefix'), get_option('includedir')) variable
/external/python/setuptools/setuptools/command/
Ddevelop.py89 def _resolve_setup_path(egg_base, install_dir, egg_path): argument
/external/llvm/cmake/modules/
DAddLLVM.cmake549 set(install_dir lib${LLVM_LIBDIR_SUFFIX}) variable
553 set(install_dir bin) variable
/external/autotest/client/common_lib/cros/network/
Dxmlrpc_security_types.py66 def install_router_credentials(self, host, install_dir): argument
406 def install_router_credentials(self, host, install_dir): argument
/external/pigweed/pw_env_setup/py/pw_env_setup/
Denv_setup.py179 def __init__(self, pw_root, cipd_cache_dir, shell_file, quiet, install_dir, argument
/external/autotest/client/common_lib/
Dpackages.py386 def install_pkg(self, name, pkg_type, fetch_dir, install_dir, argument
/external/autotest/client/bin/
Djob.py412 def install_pkg(self, name, pkg_type, install_dir): argument