Searched refs:notice_file (Results 1 – 4 of 4) sorted by relevance
70 if notice_file is None:86 notice_file = options.license_file87 if notice_file:96 if notice_file is None:108 if notice_file is None:123 if notice_file:134 for notice_file in notice_files:135 notice_file = notice_file.strip()137 notice_file = os.path.join(options.module_source_dir, notice_file)138 if os.path.exists(notice_file):[all …]
49 notice_file = module_info['notice']50 if os.path.exists(notice_file) is False or os.stat(51 notice_file).st_size == 0:
200 notice_file = '{}.txt'.format(zip_file[:-4])210 with open(notice_file, 'w') as merged_notice:212 return notice_file
106 depfile_deps.add(options.notice_file)110 lambda _: True, options.notice_file, filter_file_name),