/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | lseek.cpp | 51 SeekPos whence = SeekPos::START; in Sync() local
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | lseek.cpp | 37 SeekPos whence = static_cast<SeekPos>(pos); in Lseek() local
|
H A D | file_fs_ffi.cpp | 531 RetDataI64 FfiOHOSFileFsLseek(int32_t fd, int64_t offset, int whence) in FfiOHOSFileFsLseek() argument
|
/foundation/filemanagement/app_file_service/tests/mock/library_func_mock/ |
H A D | library_func_mock.cpp | 19 int fseeko(FILE *stream, off_t offset, int whence) in fseeko() argument
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/ |
H A D | system_function_mock.cpp | 35 off_t lseek(int fd, off_t offset, int whence) in lseek() argument
|
H A D | file_operations_cloud_mock.cpp | 641 void FileOperationsCloud::Lseek(fuse_req_t req, fuse_ino_t ino, off_t off, int whence, in Lseek() argument
|
/foundation/multimedia/av_codec/services/media_engine/modules/muxer/ |
H A D | data_sink_file.cpp | 70 int64_t DataSinkFile::Seek(int64_t offset, int whence) in Seek() argument
|
H A D | data_sink_fd.cpp | 75 int64_t DataSinkFd::Seek(int64_t offset, int whence) in Seek() argument
|
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/ |
H A D | file_operations_cloud_test.cpp | 2520 int whence = 0; in HWTEST_F() local 2548 int whence = 0; in HWTEST_F() local 2577 int whence = 0; in HWTEST_F() local 2606 int whence = 0; in HWTEST_F() local 2636 int whence = 0; in HWTEST_F() local [all...] |
H A D | fuse_operations_test.cpp | 1636 int whence = 0; in HWTEST_F() local 1662 int whence = 0; in HWTEST_F() local 1696 int whence = 0; in HWTEST_F() local
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/ |
H A D | stream_n_exporter.cpp | 439 int whence = SEEK_SET; in Seek() local
|
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/ |
H A D | file_operations_base.cpp | 167 void FileOperationsBase::Lseek(fuse_req_t req, fuse_ino_t ino, off_t off, int whence, in Lseek() argument
|
H A D | fuse_operations.cpp | 343 void FuseOperations::Lseek(fuse_req_t req, fuse_ino_t ino, off_t off, int whence, in Lseek() argument
|
H A D | file_operations_cloud.cpp | 1525 void FileOperationsCloud::Lseek(fuse_req_t req, fuse_ino_t ino, off_t off, int whence, in Lseek() argument
|
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_demuxer_plugin.cpp | 571 int64_t FFmpegDemuxerPlugin::AVSeek(void* opaque, int64_t offset, int whence) // NOLINT: void* in AVSeek() argument [all...] |
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.cpp | 543 int64_t FFmpegMuxerPlugin::IoSeek(void* opaque, int64_t offset, int whence) in IoSeek() argument [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/napi/common/ |
H A D | common_func.cpp | 1467 int32_t whence = 0; in GetGZSeekArg() local
|
/foundation/distributeddatamgr/kv_store/frameworks/native/dbm_kv_store/src/kv_store_impl_hal/ |
H A D | dbm_kv_store.c | 201 static int FileReadCursor(int fd, int offset, unsigned int whence, char* buf, unsigned int cursorSize) in FileReadCursor() argument 215 static int FileWriteCursor(int fd, int offset, unsigned int whence, const char* buf, unsigned int cursorSize) in FileWriteCursor() argument
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/demuxer/ |
H A D | ffmpeg_demuxer_plugin.cpp | 816 int64_t FFmpegDemuxerPlugin::AVSeek(void* opaque, int64_t offset, int whence) in AVSeek() argument
|
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/ |
H A D | ffmpeg_muxer_plugin.cpp | 1066 int64_t FFmpegMuxerPlugin::IoSeek(void *opaque, int64_t offset, int whence) in IoSeek() argument
|