Lines Matching refs:efile
61 std::ifstream efile; in getRepeatedValues() local
63 efile.exceptions(std::ifstream::failbit | std::ifstream::badbit); in getRepeatedValues()
68 efile.open(manifestFilePath); in getRepeatedValues()
69 while (getline(efile, line)) in getRepeatedValues()
82 efile.close(); in getRepeatedValues()
86 if (!efile.eof()) in getRepeatedValues()
133 std::ifstream efile(releaseFilePath); in getBMCMachine() local
136 while (getline(efile, line)) in getBMCMachine()
161 std::ifstream efile(releaseFilePath); in getBMCExtendedVersion() local
164 while (getline(efile, line)) in getBMCExtendedVersion()
185 std::ifstream efile; in getBMCVersion() local
187 efile.open(releaseFilePath); in getBMCVersion()
189 while (getline(efile, line)) in getBMCVersion()
215 efile.close(); in getBMCVersion()