Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/ueventd/
H A Dueventd_read_cfg.c38 SECTION_INVALID = -1, enumerator
167 INIT_CHECK_RETURN_VALUE(!INVALIDSTRING(section), SECTION_INVALID); in GetSection()
175 return SECTION_INVALID; in GetSection()
203 if ((type = GetSection(section)) == SECTION_INVALID) { in ParseUeventConfig()