Home
last modified time | relevance | path

Searched defs:seek (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
H A Dasync_buf_write.rs129 let seek = buf_writer.seek(SeekFrom::Start(5)).await.unwrap(); in sdv_buf_writer_seek() localVariable
137 let seek = buf_writer.seek(SeekFrom::Current(7)).await.unwrap(); in sdv_buf_writer_seek() localVariable
144 let seek = buf_writer.seek(SeekFrom::End(-5)).await.unwrap(); in sdv_buf_writer_seek() localVariable
H A Dasync_buf_read.rs224 let seek = buf_reader.seek(SeekFrom::Current(5)).await.unwrap(); in sdv_buf_reader_seek() localVariable
231 let seek = buf_reader.seek(SeekFrom::Start(5)).await.unwrap(); in sdv_buf_reader_seek() localVariable
238 let seek = buf_reader.seek(SeekFrom::End(-5)).await.unwrap(); in sdv_buf_reader_seek() localVariable
/ohos5.0/drivers/hdf_core/framework/include/osal/
H A Dosal_cdev.h26 int64_t (*seek)(struct file *filep, int64_t offset, int whence); member
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dseek_task.rs25 seek: &'a mut T, field
H A Dasync_seek.rs100 fn seek(&mut self, pos: SeekFrom) -> SeekTask<Self> in seek() method
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-resources.md258 ### seek subsection
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkgraphics3d/
H A Djs-apis-inner-scene-resources.md259 ### seek subsection
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_stream.cpp53 uint32_t seek = cur + static_cast<uint32_t>(size); in Skip() local
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dpipe.rs111 let seek = file.stream_position().unwrap(); in ut_process_pipe_test() localVariable
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/src/
H A Dadapter.rs122 pub(crate) fn seek(fd: i32, offset: i64, pos: SeekPos) -> Result<u64, Error> { in seek() function
/ohos5.0/foundation/multimedia/av_session/frameworks/native/session/test/unittest/
H A Davcast_controller_test.cpp320 int32_t seek = -1; variable
/ohos5.0/base/startup/hvb/tools/
H A Dhvbtool.py519 def seek(self, offset): member in ImageHandle
/ohos5.0/base/tee/tee_client/services/teecd/include/
H A Dfs_work_agent.h109 } seek; member