Home
last modified time | relevance | path

Searched defs:RandomAccessFileEntity (Results 1 – 3 of 3) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_randomaccessfile/
Drandomaccessfile_entity.h26 struct RandomAccessFileEntity { struct
27 std::unique_ptr<FDGuard> fd_;
28 size_t fpointer = 0;
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/
Drandomaccessfile_entity.h26 struct RandomAccessFileEntity { struct
27 std::unique_ptr<DistributedFS::FDGuard> fd = { nullptr };
28 int64_t filePointer = 0;
/foundation/distributeddatamgr/distributedfile/interfaces/kits/js/src/mod_fileio/class_randomaccessfile/
Drandomaccessfile_entity.h26 struct RandomAccessFileEntity { struct
27 std::unique_ptr<FDGuard> fd_ = { nullptr };
28 size_t fpointer;