Searched refs:bionic_temp (Results 1 – 2 of 2) sorted by relevance
27 bionic_temp = tempfile.mkdtemp(prefix="bionic_genversionscripts") variable29 atexit.register(shutil.rmtree, bionic_temp)51 tmp_path = os.path.join(bionic_temp, name)
25 bionic_temp = tempfile.mkdtemp(prefix="bionic_gensyscalls"); variable27 atexit.register(shutil.rmtree, bionic_temp)45 full_path = os.path.join(bionic_temp, relpath)628 if not os.path.exists(bionic_temp):629 logging.info("creating %s..." % bionic_temp)630 make_dir(bionic_temp)642 tmp_file = os.path.join(bionic_temp, stub)667 shutil.copyfile(os.path.join(bionic_temp, file),