Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp672 auto argSearch = argName + "="; in getPamModuleConfValue() local
687 if ((startPos = line.find(argSearch)) != std::string::npos) in getPamModuleConfValue()
693 startPos += argSearch.size(); in getPamModuleConfValue()
717 auto argSearch = argName + "="; in setPamModuleConfValue() local
734 if ((startPos = line.find(argSearch)) != std::string::npos) in setPamModuleConfValue()
740 startPos += argSearch.size(); in setPamModuleConfValue()