Lines Matching refs:path
8 import sys, os.path, glob, re, commands, filecmp, shutil
31 def make_dir( path ): argument
32 path = os.path.abspath(path)
33 if not os.path.exists(path):
34 parent = os.path.dirname(path)
37 os.mkdir(path)
40 dir = os.path.dirname( bionic_temp + relpath )
316 def scan_linux_unistd_h(self, fp, path): argument
319 for line in open(path):
351 path = "arch-%s/syscalls.mk" % arch
352 D( "generating "+path )
353 fp = create_file( path )
367 self.other_files.append( path )
411 if not os.path.exists( bionic_temp ):
427 if not os.path.exists( bionic_root + stub ):