Lines Matching refs:f
30 for f in sstate_files:
32 sha = extract_sha(f)
35 sha_map[sha].append(sstate_prefix_path + f)
59 with open(sys.argv[5]) as f:
60 for l in f.readlines():
66 with open(sys.argv[1]) as f:
67 for l in f.readlines():
88 for f in sstate_content_cache[prefix][prefix2][s]:
89 files.add(f)
95 for f in files:
96 sys.stdout.write('Processing %s... ' % f)
97 if not f.endswith(('.tar.zst', '.siginfo', '.sig')):
101 dst = os.path.join(sys.argv[3], os.path.relpath(f, sys.argv[2]))
105 src = os.path.realpath(f)