Lines Matching refs:path
27 def system_files(path): argument
31 system_prefix = os.path.join(path, 'system')
38 if not os.path.islink(os.path.join(root, file)):
39 system_files.append(os.path.join(root[system_prefix_len:], file))
43 def system_files_to_package_map(path): argument
47 system_prefix = os.path.join(path, 'system')
51 with open(os.path.join(path, 'module-info.json')) as module_info_json:
68 def package_to_vendor_map(path): argument
78 system_prefix = os.path.join(path, 'system')
83 with open(os.path.join(path, 'module-info.json')) as module_info_json:
89 path = paths[0]
91 if path.startswith(prefix):
136 full_path = os.path.join(args.out1, 'system', file)