Home
last modified time | relevance | path

Searched defs:whence (Results 1 - 25 of 180) sorted by relevance

12345678

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dlseek.cpp51 SeekPos whence = SeekPos::START; in Sync() local
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dlseek.cpp37 SeekPos whence = static_cast<SeekPos>(pos); in Lseek() local
/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() argument
/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() argument
/kernel/liteos_a/compat/posix/src/
H A Dstdio.c38 off_t _lseek(int fd, off_t offset, int whence) in _lseek() argument
77 off64_t _lseek64(int fd, int offsetHigh, int offsetLow, off64_t *result, int whence) in _lseek64() argument
/kernel/linux/linux-5.10/arch/powerpc/kernel/
H A Dproc_powerpc.c19 static loff_t page_map_seek(struct file *file, loff_t off, int whence) in page_map_seek() argument
/kernel/linux/linux-6.6/arch/powerpc/kernel/
H A Dproc_powerpc.c19 static loff_t page_map_seek(struct file *file, loff_t off, int whence) in page_map_seek() argument
/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() argument
/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() argument
/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() argument
H A Dosal_cdev.c85 static off_t OsalCdevSeek(struct file *filep, off_t offset, int whence) in OsalCdevSeek() argument
/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() argument
H A Ddata_sink_fd.cpp75 int64_t DataSinkFd::Seek(int64_t offset, int whence) in Seek() argument
/kernel/linux/linux-5.10/drivers/pnp/isapnp/
H A Dproc.c17 static loff_t isapnp_proc_bus_lseek(struct file *file, loff_t off, int whence) in isapnp_proc_bus_lseek() argument
/kernel/linux/linux-6.6/drivers/pnp/isapnp/
H A Dproc.c17 static loff_t isapnp_proc_bus_lseek(struct file *file, loff_t off, int whence) in isapnp_proc_bus_lseek() argument
/kernel/linux/linux-5.10/drivers/char/
H A Dadi.c177 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek() argument
/kernel/linux/linux-5.10/fs/iomap/
H A Dseek.c18 page_seek_hole_data(struct inode *inode, struct page *page, loff_t *lastoff, int whence) page_seek_hole_data() argument
74 page_cache_seek_hole_data(struct inode *inode, loff_t offset, loff_t length, int whence) page_cache_seek_hole_data() argument
/kernel/linux/linux-5.10/drivers/zorro/
H A Dproc.c25 proc_bus_zorro_lseek(struct file *file, loff_t off, int whence) in proc_bus_zorro_lseek() argument
/kernel/linux/linux-6.6/drivers/zorro/
H A Dproc.c25 proc_bus_zorro_lseek(struct file *file, loff_t off, int whence) in proc_bus_zorro_lseek() argument
/kernel/linux/linux-6.6/drivers/char/
H A Dadi.c177 static loff_t adi_llseek(struct file *file, loff_t offset, int whence) in adi_llseek() argument
/kernel/linux/linux-6.6/drivers/fsi/
H A Di2cr-scom.c20 static loff_t i2cr_scom_llseek(struct file *file, loff_t offset, int whence) in i2cr_scom_llseek() argument
/kernel/linux/linux-6.6/arch/xtensa/platforms/iss/include/platform/
H A Dsimcall.h76 static inline int simc_lseek(int fd, uint32_t off, int whence) in simc_lseek() argument
/base/update/updater/services/package/pkg_manager/
H A Dpkg_stream.cpp160 int32_t FileStream::Seek(long int offset, int whence) in Seek() argument
262 int32_t MemoryMapStream::Seek(long int offset, int whence) in Seek() argument
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/
H A Dfile_operations_cloud_test.cpp2520 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 Dfuse_operations_test.cpp1636 int whence = 0; in HWTEST_F() local
1662 int whence = 0; in HWTEST_F() local
1696 int whence = 0; in HWTEST_F() local

Completed in 23 milliseconds

12345678