Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 25 of 33) sorted by relevance

12

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dlseek.cpp37 SeekPos whence = static_cast<SeekPos>(pos); in Lseek() local
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dlseek.cpp51 SeekPos whence = SeekPos::START; in Sync() local
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dsystem_function_mock.cpp35 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 Dlibrary_func_mock.cpp19 int fseeko(FILE *stream, off_t offset, int whence) in fseeko()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/muxer/
H A Ddata_sink_file.cpp70 int64_t DataSinkFile::Seek(int64_t offset, int whence) in Seek()
H A Ddata_sink_fd.cpp74 int64_t DataSinkFd::Seek(int64_t offset, int whence) in Seek()
/ohos5.0/base/security/dlp_permission_service/frameworks/test/mock/
H A Dfile_io_mock.cpp31 off_t lseek(int fd, off_t offset, int whence) in lseek()
/ohos5.0/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.cpp160 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 Dpkg_stream.h194 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 Dosal_file.c114 off_t OsalFileLseek(OsalFile *file, off_t offset, int32_t whence) in OsalFileLseek()
H A Dosal_cdev.c85 static off_t OsalCdevSeek(struct file *filep, off_t offset, int whence) in OsalCdevSeek()
/ohos5.0/commonlibrary/utils_lite/hals/file/
H A Dhal_file.c58 int HalFileSeek(int fd, int offset, unsigned int whence) in HalFileSeek()
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_file.c106 off_t OsalFileLseek(OsalFile *file, off_t offset, int32_t whence) in OsalFileLseek()
H A Dosal_cdev.c156 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 Dfile.c56 int UtilsFileSeek(int fd, int offset, unsigned int whence) in UtilsFileSeek()
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfuse_operations_test.cpp1005 int whence = 0; variable
1031 int whence = 0; variable
H A Dfile_operations_cloud_test.cpp2521 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 Dhiview_util.c191 int32 HIVIEW_FileSeek(int32 handle, int32 offset, int32 whence) in HIVIEW_FileSeek()
/ohos5.0/base/global/resource_management/frameworks/resmgr/src/
H A Draw_file_manager.cpp288 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 Dfile_operations_base.cpp167 void FileOperationsBase::Lseek(fuse_req_t req, fuse_ino_t ino, off_t off, int whence, in Lseek()
H A Dfuse_operations.cpp343 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 Dmtd_char_lite.c236 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 Dstream_n_exporter.cpp476 int whence = SEEK_SET; in Seek() local
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.cpp543 int64_t FFmpegMuxerPlugin::IoSeek(void* opaque, int64_t offset, int whence) in IoSeek()
/ohos5.0/base/tee/tee_client/services/teecd/include/
H A Dfs_work_agent.h108 uint32_t whence; member

12