/external/clang/ |
D | build.py | 111 install_dir = os.path.join(install_host_dir, package_name) 118 install_toolchain(build_dir, install_dir, host) 120 version_file_path = os.path.join(install_dir, 'AndroidVersion.txt') 134 def install_toolchain(build_dir, install_dir, host): argument 135 install_built_host_files(build_dir, install_dir, host) 136 install_sanitizer_scripts(install_dir) 137 install_scan_scripts(install_dir) 138 install_analyzer_scripts(install_dir) 139 install_headers(build_dir, install_dir, host) 140 install_profile_rt(build_dir, install_dir, host) [all …]
|
D | update-prebuilts.py | 112 def extract_package(package, install_dir): argument 113 cmd = ['tar', 'xf', package, '-C', install_dir]
|
/external/autotest/utils/ |
D | build_externals.py | 56 install_dir = os.path.join(top_of_tree, INSTALL_DIR) 61 if install_dir not in sys.path: 62 sys.path.insert(0, install_dir) 65 if install_dir+':' not in env_python_path: 67 install_dir, env_python_path]) 70 install_dir) 71 install_errors = build_and_install_packages(fetched_packages, install_dir) 78 logging.info('compiling .py files in %s to .pyc', install_dir) 79 compileall.compile_dir(install_dir, quiet=True) 82 external_packages.system("chmod -R a+rX '%s'" % install_dir) [all …]
|
D | external_packages.py | 112 def is_needed(self, install_dir): argument 143 if (not module.__file__.startswith(install_dir) and 147 self.module_name, module.__file__, install_dir, 148 install_dir) 168 def _build_and_install(self, install_dir): argument 173 def _build_and_install_current_dir(self, install_dir): argument 181 def build_and_install(self, install_dir): argument 191 return self._build_and_install(install_dir) 210 def _build_and_install_current_dir_setup_py(self, install_dir): argument 215 return self._install_from_egg(install_dir, egg_path) [all …]
|
D | compile_gwt_clients.py | 65 install_dir = os.path.join(_DEFAULT_INSTALL_DIR, project_client) 74 if os.path.isdir(install_dir): 75 os.rename(install_dir, old_install_dir) 77 os.rename(tmp_client_dir, install_dir) 82 shutil.rmtree(install_dir) 83 shutil.copytree(old_install_dir, install_dir)
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testdata/nspkg/src/ |
D | install.py | 17 install_dir = os.path.join( 20 if os.path.exists(install_dir): 24 os.mkdir(install_dir) 25 os.mkdir(os.path.join(install_dir, "parent")) 26 os.mkdir(os.path.join(install_dir, "child")) 38 "--install-lib=%s/%s"%(install_dir, subdir),
|
/external/autotest/site_utils/autoupdate/ |
D | import_common.py | 26 install_dir = os.path.join(tot, build_externals.INSTALL_DIR) 28 [package_class], install_dir)
|
/external/autotest/client/common_lib/ |
D | base_packages.py | 338 def install_pkg(self, name, pkg_type, fetch_dir, install_dir, argument 378 self._run_command("ls %s" % install_dir) 384 not self.untar_required(fetch_path, install_dir)): 391 self._run_command('rm -rf %s' % install_dir) 392 self._run_command('mkdir -p %s' % install_dir) 394 self.untar_pkg(fetch_path, install_dir)
|
/external/autotest/scheduler/ |
D | site_monitor_db.py | 19 def parser_path(install_dir): argument 24 return os.path.join(install_dir, 'tko', 'site_parse')
|
/external/markdown/ |
D | setup.py | 19 bat_path = os.path.join(self.install_dir, 'markdown.bat')
|
/external/mesa3d/scons/ |
D | gallium.py | 61 install_dir = os.path.join(env.Dir('#.').srcnode().abspath, env['build_dir']) 70 target_dir = os.path.join(install_dir, 'lib')
|
/external/skia/platform_tools/android/bin/utils/ |
D | setup_toolchain.sh | 62 --install_dir=$TOOLCHAIN
|
/external/autotest/server/ |
D | autotest_unittest.py | 270 install_dir = autotest.Autotest.get_install_dir(self.host) 271 self.assertEquals(install_dir, '/another/path')
|
D | autotest.py | 130 install_dir = cls.get_installed_autodir(host) 132 install_dir = cls._find_installable_dir(host) 135 return host.get_tmp_dir(parent=install_dir) 136 return install_dir
|
/external/autotest/client/bin/ |
D | job.py | 455 def install_pkg(self, name, pkg_type, install_dir): argument 466 self.pkgmgr.install_pkg(name, pkg_type, self.pkgdir, install_dir)
|
/external/llvm/cmake/modules/ |
D | AddLLVM.cmake | 544 set(install_dir lib${LLVM_LIBDIR_SUFFIX}) variable 548 set(install_dir bin) variable 558 ${install_type} DESTINATION ${install_dir}
|