Home
last modified time | relevance | path

Searched refs:bionic_root (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/tools/
Dgensyscalls.py20 bionic_root = find_bionic_root() variable
21 if not bionic_root:
25 if bionic_root[-1] != '/':
26 bionic_root += "/"
28 print "bionic_root is %s" % bionic_root
538 bionic_root_len = len(bionic_root)
541 arch_path = bionic_root + "arch-" + arch
572 if not os.path.exists( bionic_root + stub ):
575 adds.append( bionic_root + stub )
576 shutil.copyfile( bionic_temp + stub, bionic_root + stub )
[all …]