Searched refs:gn_out_dir (Results 1 – 3 of 3) sorted by relevance
/external/openscreen/tools/ |
D | licenses.py | 262 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/ |
D | install.py | 124 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/ |
D | env_setup.py | 455 gn_out_dir=self._virtualenv_gn_out_dir,
|