Lines Matching refs:path
8 import sys, os.path, glob, re, commands, filecmp, shutil
36 def make_dir( path ): argument
37 if not os.path.exists(path):
38 parent = os.path.dirname(path)
41 os.mkdir(path)
44 dir = os.path.dirname( bionic_temp + relpath )
400 path = "include/sys/linux-syscalls.h"
401 D( "generating "+path )
402 fp = create_file( path )
459 self.other_files.append( path )
464 path = "include/sys/linux-unistd.h"
465 D( "generating "+path )
466 fp = create_file( path )
477 self.other_files.append( path )
481 path = "arch-%s/syscalls.mk" % arch
482 D( "generating "+path )
483 fp = create_file( path )
497 self.other_files.append( path )
549 if not os.path.exists( bionic_temp ):
572 if not os.path.exists( bionic_root + stub ):