/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | lseek.cpp | 37 SeekPos whence = static_cast<SeekPos>(pos); in Lseek() local
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | lseek.cpp | 51 SeekPos whence = SeekPos::START; in Sync() local
|
/ohos5.0/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()
|
/ohos5.0/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()
|
/ohos5.0/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()
|
H A D | data_sink_fd.cpp | 74 int64_t DataSinkFd::Seek(int64_t offset, int whence) in Seek()
|
/ohos5.0/base/security/dlp_permission_service/frameworks/test/mock/ |
H A D | file_io_mock.cpp | 31 off_t lseek(int fd, off_t offset, int whence) in lseek()
|
/ohos5.0/base/update/updater/services/package/pkg_manager/ |
H A D | pkg_stream.cpp | 160 int32_t FileStream::Seek(long int offset, int whence) in Seek() 262 int32_t MemoryMapStream::Seek(long int offset, int whence) in Seek()
|
H A D | pkg_stream.h | 194 int32_t Seek(long int size, int whence) override in Seek() 241 int32_t Seek(long int offset, int whence) override in Seek()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/osal/src/ |
H A D | osal_file.c | 114 off_t OsalFileLseek(OsalFile *file, off_t offset, int32_t whence) in OsalFileLseek()
|
H A D | osal_cdev.c | 85 static off_t OsalCdevSeek(struct file *filep, off_t offset, int whence) in OsalCdevSeek()
|
/ohos5.0/commonlibrary/utils_lite/hals/file/ |
H A D | hal_file.c | 58 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/ |
H A D | osal_file.c | 106 off_t OsalFileLseek(OsalFile *file, off_t offset, int32_t whence) in OsalFileLseek()
|
H A D | osal_cdev.c | 156 static loff_t OsalCdevSeek(struct file* filep, loff_t offset, int whence) in OsalCdevSeek()
|
/ohos5.0/commonlibrary/utils_lite/file/src/file_impl_hal/ |
H A D | file.c | 56 int UtilsFileSeek(int fd, int offset, unsigned int whence) in UtilsFileSeek()
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/ |
H A D | fuse_operations_test.cpp | 1005 int whence = 0; variable 1031 int whence = 0; variable
|
H A D | file_operations_cloud_test.cpp | 2521 int whence = 0; variable 2549 int whence = 0; variable 2578 int whence = 0; variable 2607 int whence = 0; variable 2637 int whence = 0; variable
|
/ohos5.0/base/hiviewdfx/hiview_lite/ |
H A D | hiview_util.c | 191 int32 HIVIEW_FileSeek(int32 handle, int32 offset, int32 whence) in HIVIEW_FileSeek()
|
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/ |
H A D | raw_file_manager.cpp | 288 int OH_ResourceManager_SeekRawFile(const RawFile *rawFile, long offset, int whence) in OH_ResourceManager_SeekRawFile() 518 int OH_ResourceManager_SeekRawFile64(const RawFile64 *rawFile, int64_t offset, int whence) in OH_ResourceManager_SeekRawFile64()
|
/ohos5.0/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()
|
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()
|
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/model/storage/src/mtd/ |
H A D | mtd_char_lite.c | 236 static off_t MtdCharLseek(FAR struct file *filep, off_t offset, int whence) in MtdCharLseek()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/ |
H A D | stream_n_exporter.cpp | 476 int whence = SEEK_SET; in Seek() local
|
/ohos5.0/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()
|
/ohos5.0/base/tee/tee_client/services/teecd/include/ |
H A D | fs_work_agent.h | 108 uint32_t whence; member
|