HomeSort by relevance Sort by last modified time
    Searched full:bionic_temp (Results 1 - 2 of 2) sorted by null

  /bionic/libc/tools/
genversion-scripts.py 27 bionic_temp = tempfile.mkdtemp(prefix="bionic_genversionscripts") variable
29 atexit.register(shutil.rmtree, bionic_temp)
51 tmp_path = os.path.join(bionic_temp, name)
gensyscalls.py 25 bionic_temp = tempfile.mkdtemp(prefix="bionic_gensyscalls"); variable
27 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),

Completed in 100 milliseconds