Home
last modified time | relevance | path

Searched refs:is_commented_line (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/
H A Dhdf_lite_kconfig_file.py48 if not hdf_utils.is_commented_line(self.lines[index], '#'):
H A Dhdf_lite_mk_file.py55 if not hdf_utils.is_commented_line(self.lines[index], '#'):
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/
H A Dhdf_utils.py337 def is_commented_line(line, comment_start): function