Home | History | Annotate | Download | only in tools

Lines Matching full:path

15 wanted_include = os.path.normpath(program_dir + '/../original')
16 wanted_config = os.path.normpath(program_dir + '/../original/config')
69 if not os.path.exists(kernel_root):
73 if not os.path.isdir(kernel_root):
77 if not os.path.isdir(kernel_root+"/linux"):
81 if not os.path.exists(wanted_config):
85 if not os.path.isfile(wanted_config):
104 if os.path.isdir(kernel_root+"/asm"):
128 def parse_file(path, parser):
129 parser.parseFile(path)