Lines Matching refs:install_dir
62 install_dir = os.path.join(top_of_tree, INSTALL_DIR)
67 if install_dir not in sys.path:
68 sys.path.insert(0, install_dir)
71 if install_dir+':' not in env_python_path:
73 install_dir, env_python_path])
76 package_dir, install_dir, set(options.names_to_check))
78 fetched_packages, install_dir, options.use_chromite_master)
85 logging.info('compiling .py files in %s to .pyc', install_dir)
86 compileall.compile_dir(install_dir, quiet=True)
89 external_packages.system("chmod -R a+rX '%s'" % install_dir)
117 def fetch_necessary_packages(dest_dir, install_dir, names_to_check=set()): argument
137 if not package.is_needed(install_dir):
154 def build_and_install_packages(packages, install_dir, argument
168 result = package.build_and_install(install_dir, master_branch=True)
170 result = package.build_and_install(install_dir)