Lines Matching refs:write
236 hfile.write(content)
246 hfile.write(_SET_C_COMPILER.format(
248 hfile.write(_SET_CXX_COMPILER.format(
264 hfile.write(_LIST_APPEND_HEADER)
265 hfile.write(_SOURCE_FILES_LINE)
267 hfile.write(''.join([_build_cmake_path(src, ' '), '\n']))
268 hfile.write(_END_WITH_ONE_BLANK_LINE)
296 hfile.write(
315 hfile.write(_FLAGS_DICT[key])
404 hfile.write(_MINI_VERSION_SUPPORT.format(_MINI_VERSION))
406 hfile.write(_PROJECT.format(os.path.basename(project_dir)))
422 hfile.write(_ADD_SUB.format(rel_mod_path))
455 hfile.write(_INCLUDE_SYSTEM.format(_build_cmake_path(path)))
487 hfile.write(
503 hfile.write(_SET_ALL_FLAGS.format(tag, _add_dollar_sign(tag), flag))
546 hfile.write(_INCLUDE_DIR.format(system))
548 hfile.write(_SET_INCLUDE_FORMAT.format(_build_cmake_path(include)))
549 hfile.write(_END_WITH_TWO_BLANK_LINES)
563 hfile.write(_GLOB_RECURSE_TMP_HEADERS)
565 hfile.write(_ALL_HEADER_FILES.format(_build_cmake_path(include)))
566 hfile.write(_END_WITH_ONE_BLANK_LINE)
567 hfile.write(_APPEND_SOURCE_FILES)