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.hpp305 const std::string& argName, std::string& argValue);
319 std::string& argValue);
333 const std::string& argValue);
347 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()