Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.hpp276 const std::string& argName, std::string& argValue);
290 std::string& argValue);
304 const std::string& argValue);
318 const std::string& argValue);
H A Duser_mgr.cpp642 std::string& argValue) in getPamModuleConfValue() argument
674 argValue = line.substr(startPos, endPos - startPos); in getPamModuleConfValue()
683 const std::string& argValue) in setPamModuleConfValue() argument
721 fileToWrite << line.substr(0, startPos) << argValue in setPamModuleConfValue()