Searched refs:argSearch (Results 1 – 1 of 1) sorted by relevance
652 auto argSearch = argName + "="; in getPamModuleConfValue() local667 if ((startPos = line.find(argSearch)) != std::string::npos) in getPamModuleConfValue()673 startPos += argSearch.size(); in getPamModuleConfValue()697 auto argSearch = argName + "="; in setPamModuleConfValue() local714 if ((startPos = line.find(argSearch)) != std::string::npos) in setPamModuleConfValue()720 startPos += argSearch.size(); in setPamModuleConfValue()