Home
last modified time | relevance | path

Searched defs:StreamImpl (Results 1 - 1 of 1) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dstream_impl.h32 class StreamImpl : public OHOS::FFI::FFIData { class
34 explicit StreamImpl(std::unique_ptr<FILE, decltype(&fclose)> fp) : fp_(std::move(fp)) {} in StreamImpl() function in OHOS::CJSystemapi::FileFs::StreamImpl

Completed in 1 milliseconds