Searched defs:bionic_temp (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/tools/
H A Dgensyscalls.py21 bionic_temp = "/tmp/bionic_gensyscalls/" variable
37 dir = os.path.dirname(bionic_temp + relpath)
39 return open(bionic_temp + relpath, "w")
490 if not os.path.exists(bionic_temp):
491 D("creating %s..." % bionic_temp)
492 make_dir(bionic_temp)
508 shutil.copyfile(bionic_temp + stub, bionic_libc_root + stub)
510 elif not filecmp.cmp(bionic_temp + stub, bionic_libc_root + stub):
527 shutil.copyfile(bionic_temp + file, bionic_libc_root + file)

Completed in 36 milliseconds