Home
last modified time | relevance | path

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

/openbmc/phosphor-user-manager/
H A Duser_mgr.cpp644 std::ifstream fileToRead(confFile, std::ios::in); in getPamModuleConfValue() local
645 if (!fileToRead.is_open()) in getPamModuleConfValue()
655 while (getline(fileToRead, line)) in getPamModuleConfValue()
686 std::ifstream fileToRead(confFile, std::ios::in); in setPamModuleConfValue() local
688 if (!fileToRead.is_open() || !fileToWrite.is_open()) in setPamModuleConfValue()
701 while (getline(fileToRead, line)) in setPamModuleConfValue()
730 fileToRead.close(); in setPamModuleConfValue()