HomeSort by relevance Sort by last modified time
    Searched refs:temp_app_dir (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/firefighter/bin/
deploy 16 with packaging.TempAppDir(root_dir, symlinks=False) as temp_app_dir:
17 yaml_files = list(packaging.Yamls(temp_app_dir))
19 subprocess.call(args, cwd=temp_app_dir)
run 18 with packaging.TempAppDir(root_dir, symlinks=True) as temp_app_dir:
19 yaml_files = list(file_name for file_name in packaging.Yamls(temp_app_dir)
23 server = subprocess.Popen(args, cwd=temp_app_dir)
packaging.py 60 temp_app_dir = tempfile.mkdtemp(prefix='app-')
64 module_dest_dir = os.path.join(temp_app_dir, module)
84 yield temp_app_dir
86 shutil.rmtree(temp_app_dir)

Completed in 57 milliseconds