Lines Matching refs:record_name
469 record_name = os.path.splitext(os.path.basename(dependency))[0]
470 if record_name in record_names:
473 record_names.add(record_name)
475 files_info_list.append(f"{dependency};{record_name};{compile_mode};xxx;yyy\n")
631 record_name = os.path.splitext(os.path.split(self.js_file)[1])[0]
632 cmd_args.insert(-1, f'--entry-point={record_name}')
693 record_name = os.path.splitext(os.path.split(self.js_file)[1])[0]
694 cmd_args.insert(-1, f'--entry-point={record_name}')
715 record_name = os.path.splitext(os.path.split(self.js_file)[1])[0]
727 f'--entry-point={record_name}']
735 f'--entry-point={record_name}']