Lines Matching refs:file
47 for file in files:
49 if not os.path.islink(os.path.join(root, file)):
50 system_files.append(os.path.join(root[system_prefix_len:], file))
127 for file in system_files_diff:
128 if file in system_files_map:
129 package = system_files_map[file]
134 packages[package].append(file)
136 packages[package] = [file]
144 for file in files:
151 full_path = os.path.join(args.out1, 'system', file)
159 file,