Home
last modified time | relevance | path

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

/bionic/libc/tools/
Dgensyscalls.py15 bionic_root = find_bionic_root() variable
16 if not bionic_root:
20 if bionic_root[-1] != '/':
21 bionic_root += "/"
23 print "bionic_root is %s" % bionic_root
400 bionic_root_len = len(bionic_root)
403 arch_path = bionic_root + "arch-" + arch
427 if not os.path.exists( bionic_root + stub ):
430 adds.append( bionic_root + stub )
431 shutil.copyfile( bionic_temp + stub, bionic_root + stub )
[all …]
Dbionic_utils.py110 bionic_root = find_bionic_root()
111 if not bionic_root:
115 path = os.path.normpath(bionic_root + "/../../external/kernel-headers/original")