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.hpp417 * @param[out] argValue - argument value
422 const std::string& argName, std::string& argValue);
430 * @param[out] argValue - argument value
436 std::string& argValue);
444 * @param[out] argValue - argument value
450 const std::string& argValue);
458 * @param[out] argValue - argument value
464 const std::string& argValue);
H A Duser_mgr.cpp713 std::string& argValue) in setPamModuleConfValue()
745 argValue = line.substr(startPos, endPos - startPos); in setPamModuleConfValue()
754 const std::string& argValue) in setPamModuleConfValue()
792 fileToWrite << line.substr(0, startPos) << argValue
662 getPamModuleConfValue(const std::string & confFile,const std::string & argName,std::string & argValue) getPamModuleConfValue() argument
703 setPamModuleConfValue(const std::string & confFile,const std::string & argName,const std::string & argValue) setPamModuleConfValue() argument