Home
last modified time | relevance | path

Searched refs:notice_file (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/build/ohos/notice/
H A Dcollect_module_notice_file.py70 if notice_file is None:
86 notice_file = options.license_file
87 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 …]
H A Dcollect_system_notice_files.py49 notice_file = module_info['notice']
50 if os.path.exists(notice_file) is False or os.stat(
51 notice_file).st_size == 0:
H A Dmerge_notice_files.py200 notice_file = '{}.txt'.format(zip_file[:-4])
210 with open(notice_file, 'w') as merged_notice:
212 return notice_file
/ohos5.0/build/ohos/ndk/
H A Darchive_ndk.py106 depfile_deps.add(options.notice_file)
110 lambda _: True, options.notice_file, filter_file_name),