Lines Matching refs:path
28 cwd_pardir = os.path.dirname(os.path.dirname(os.getcwd()))
29 return os.path.basename(cwd_pardir) == 'device'
33 return os.path.isdir(kernel_path) and\
50 kernel_path = os.path.join(board_path, kernel)
52 if os.path.isdir(kernel_path):
53 kernel_config = os.path.join(kernel_path, 'config.gni')
54 if not os.path.isfile(kernel_config):
86 def check_path(path): argument
87 if os.path.isdir(path) or os.path.isfile(path):
94 config = os.path.join(config_path, 'config.gni')
95 if not os.path.isfile(config):