Searched refs:inputStream (Results 1 - 6 of 6) sorted by relevance
/base/powermgr/power_manager/services/native/src/suspend/ |
H A D | suspend_source_parser.cpp | 62 std::ifstream inputStream(targetPath.c_str(), std::ios::in | std::ios::binary); in ParseSources() 63 std::string fileStringStr(std::istreambuf_iterator<char> {inputStream}, std::istreambuf_iterator<char> {}); in ParseSources() 99 std::ifstream inputStream(targetPath.c_str(), std::ios::in | std::ios::binary); 100 std::string fileStringStr(std::istreambuf_iterator<char> {inputStream}, std::istreambuf_iterator<char> {});
|
/base/powermgr/power_manager/services/native/src/wakeup_action/ |
H A D | wakeup_action_source_parser.cpp | 46 std::ifstream inputStream(targetPath.c_str(), std::ios::in | std::ios::binary); in ParseSources() 47 std::string fileStringStr(std::istreambuf_iterator<char> {inputStream}, std::istreambuf_iterator<char> {}); in ParseSources()
|
/base/powermgr/power_manager/utils/vibrator/src/ |
H A D | vibrator_source_parser.cpp | 39 std::ifstream inputStream(targetPath.c_str(), std::ios::in | std::ios::binary);
in ParseSources() 40 std::string fileStringStr(std::istreambuf_iterator<char> {inputStream}, std::istreambuf_iterator<char> {});
in ParseSources()
|
/base/powermgr/power_manager/services/native/src/wakeup/ |
H A D | wakeup_source_parser.cpp | 54 std::ifstream inputStream(targetPath.c_str(), std::ios::in | std::ios::binary); in ParseSources() 55 std::string fileStringStr(std::istreambuf_iterator<char> {inputStream}, std::istreambuf_iterator<char> {}); in ParseSources()
|
/base/powermgr/power_manager/services/native/src/shutdown/ |
H A D | shutdown_dialog.cpp | 171 std::ifstream inputStream(configPath, std::ios::in | std::ios::binary); in LoadDialogConfig() 172 std::string contentStr(std::istreambuf_iterator<char> {inputStream}, std::istreambuf_iterator<char> {}); in LoadDialogConfig()
|
/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_managerImpl.cpp | 187 PkgStreamPtr inputStream = nullptr;
in CreatePackage() local 189 ret = CreatePkgStream(inputStream, files[i].first, 0, PkgStream::PkgStreamType_Read);
in CreatePackage() 194 ret = pkgFile->AddEntry(reinterpret_cast<const FileInfoPtr>(&(files[i].second)), inputStream);
in CreatePackage() 199 ClosePkgStream(inputStream);
in CreatePackage() 200 inputStream = nullptr;
in CreatePackage() 203 ClosePkgStream(inputStream);
in CreatePackage()
|
Completed in 5 milliseconds