Lines Matching refs:path
59 target_files_path = os.path.join(input_tmp, target_files_rel_path)
60 if os.path.isdir(target_files_path):
95 version_path = os.path.join(input_tmp, 'META/kernel_version.txt')
96 config_path = os.path.join(input_tmp, 'META/kernel_configs.txt')
98 if not os.path.isfile(version_path) or not os.path.isfile(config_path):
165 def PathToPatterns(path): argument
166 if path[-1] == '/':
167 path += '*'
169 if path.startswith(device_path):
170 suffix = path[len(device_path):]
173 path)
177 paths = sum((PathToPatterns(path) for path in paths if path), [])
210 if os.path.isdir(inp):
249 if os.path.isdir(target_files):
250 return os.path.isdir(os.path.join(target_files, "VENDOR"))