Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples_bundle/bundle_event_source_example/
H A Dbundle_event_source_example.cpp113 std::ifstream fileS(filePath); in OnFileDescriptorEvent() local
114 if (!fileS) { in OnFileDescriptorEvent()
118 fileS >> fileStr; in OnFileDescriptorEvent()
123 fileS.close(); in OnFileDescriptorEvent()
/ohos5.0/base/hiviewdfx/hiview/test/plugins/examples/event_source_example/
H A Devent_source_example.cpp118 std::ifstream fileS(filePath); in OnFileDescriptorEvent() local
119 if (!fileS) { in OnFileDescriptorEvent()
123 fileS >> fileStr; in OnFileDescriptorEvent()
128 fileS.close(); in OnFileDescriptorEvent()