Lines Matching refs:file
7 # you may not use this file except in compliance with the License.
58 def chmod(cls, file, mode):
60 if os.path.exists(file):
61 os.chmod(file, mode)
68 for file in files:
71 if file.startswith(ignore) or file.endswith(ignore):
75 filter_files.append(file)
136 LogUtil.hb_warning(f'Target file: {tfile} already exists!')
150 for file in files:
151 full_path = os.path.join(path, relpath, file)