Home
last modified time | relevance | path

Searched refs:comment_idx (Results 1 – 2 of 2) sorted by relevance

/aosp12/bootable/recovery/updater/
H A Dupdater_runtime_dynamic_partitions.cpp324 auto comment_idx = line.find('#'); in UpdateDynamicPartitions() local
325 auto op_and_args = comment_idx == std::string::npos ? line : line.substr(0, comment_idx); in UpdateDynamicPartitions()
/aosp12/system/libufdt/utils/src/
H A Dmkdtboimg.py739 comment_idx = line.find('#')
740 line = line if comment_idx == -1 else line[0:comment_idx]