Searched refs:argSearch (Results 1 – 1 of 1) sorted by relevance
672 auto argSearch = argName + "="; in getPamModuleConfValue() local687 if ((startPos = line.find(argSearch)) != std::string::npos) in getPamModuleConfValue()693 startPos += argSearch.size(); in getPamModuleConfValue()717 auto argSearch = argName + "="; in setPamModuleConfValue() local734 if ((startPos = line.find(argSearch)) != std::string::npos) in setPamModuleConfValue()740 startPos += argSearch.size(); in setPamModuleConfValue()