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.cpp652 auto argSearch = argName + "="; in getPamModuleConfValue() local
667 if ((startPos = line.find(argSearch)) != std::string::npos) in getPamModuleConfValue()
673 startPos += argSearch.size(); in getPamModuleConfValue()
697 auto argSearch = argName + "="; in setPamModuleConfValue() local
714 if ((startPos = line.find(argSearch)) != std::string::npos) in setPamModuleConfValue()
720 startPos += argSearch.size(); in setPamModuleConfValue()