Lines Matching refs:file
5 # you may not use this file except in compliance with the License.
41 for file in files:
42 file = os.path.join(root, file)
43 need_sign_files.append(file)
44 for file in need_sign_files:
45 if file.split('/')[-1] in sign_list or file.endswith('.so') or file.endswith('.dylib') \
46 or file.split('/')[-2] == 'bin':
47 cmd2 = ['codesign', '-fs', sign, '--timestamp', '--options=runtime', file]
75 for file in os.listdir('.'):
76 sign_sdk(file, sign_list, sign_results)