Home
last modified time | relevance | path

Searched refs:gn_out_dir (Results 1 – 3 of 3) sorted by relevance

/external/openscreen/tools/
Dlicenses.py262 def FindThirdPartyDeps(gn_out_dir, gn_target, target_os): argument
263 if not gn_out_dir:
272 tmp_dir = tempfile.mkdtemp(dir=gn_out_dir)
273 shutil.copy(os.path.join(gn_out_dir, "args.gn"), tmp_dir)
309 gn_out_dir, argument
336 third_party_dirs = FindThirdPartyDeps(gn_out_dir, gn_target, target_os)
436 def GenerateLicenseFile(output_file, gn_out_dir, gn_target, target_os): argument
444 third_party_dirs = FindThirdPartyDeps(gn_out_dir, gn_target, target_os)
494 args.gn_out_dir, args.gn_target, args.depfile):
498 GenerateLicenseFile(args.output_file, args.gn_out_dir,
/external/pigweed/pw_env_setup/py/pw_env_setup/virtualenv_setup/
Dinstall.py124 gn_out_dir=None, argument
194 if gn_out_dir is None:
197 build_dir = gn_out_dir
/external/pigweed/pw_env_setup/py/pw_env_setup/
Denv_setup.py455 gn_out_dir=self._virtualenv_gn_out_dir,