Home
last modified time | relevance | path

Searched defs:fh (Results 1 – 25 of 61) sorted by relevance

123

/third_party/iowow/src/platform/unix/
Dunix.c127 iwrc iwp_fstath(HANDLE fh, IWP_FILE_STAT *fs) { in iwp_fstath()
131 iwrc iwp_flock(HANDLE fh, iwp_lockmode lmode) { in iwp_flock()
147 iwrc iwp_unlock(HANDLE fh) { in iwp_unlock()
160 iwrc iwp_closefh(HANDLE fh) { in iwp_closefh()
170 iwrc iwp_pread(HANDLE fh, off_t off, void *buf, size_t siz, size_t *sp) { in iwp_pread()
188 iwrc iwp_read(HANDLE fh, void *buf, size_t count, size_t *sp) { in iwp_read()
206 iwrc iwp_pwrite(HANDLE fh, off_t off, const void *buf, size_t siz, size_t *sp) { in iwp_pwrite()
224 iwrc iwp_write(HANDLE fh, const void *buf, size_t size) { in iwp_write()
243 iwrc iwp_lseek(HANDLE fh, off_t offset, iwp_seek_origin origin, off_t *pos) { in iwp_lseek()
279 iwrc iwp_ftruncate(HANDLE fh, off_t len) { in iwp_ftruncate()
[all …]
/third_party/iowow/src/platform/win32/
Dwin32.c63 iwrc iwp_fdatasync(HANDLE fh) { in iwp_fdatasync()
85 iwrc iwp_ftruncate(HANDLE fh, off_t len) { in iwp_ftruncate()
97 iwrc iwp_fallocate(HANDLE fh, off_t len) { in iwp_fallocate()
132 iwrc iwp_fstath(HANDLE fh, IWP_FILE_STAT *fs) { in iwp_fstath()
161 iwrc iwp_closefh(HANDLE fh) { in iwp_closefh()
171 iwrc iwp_flock(HANDLE fh, iwp_lockmode lmode) { in iwp_flock()
192 iwrc iwp_unlock(HANDLE fh) { in iwp_unlock()
204 iwrc iwp_pread(HANDLE fh, off_t off, void *buf, size_t siz, size_t *sp) { in iwp_pread()
230 iwrc iwp_read(HANDLE fh, void *buf, size_t siz, size_t *sp) { in iwp_read()
251 iwrc iwp_pwrite(HANDLE fh, off_t off, const void *buf, size_t siz, size_t *sp) { in iwp_pwrite()
[all …]
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Denums2names.py174 def parse_file(self, fh): argument
183 def pkk_output_header(fh): argument
216 def pkk_output_source(fh): argument
/third_party/skia/third_party/externals/oboe/samples/parselib/src/main/cpp/stream/
DFileInputStream.h29 FileInputStream(int fh) : mFH(fh) {} in FileInputStream()
/third_party/node/test/parallel/
Dtest-worker-message-port-transfer-fake-js-transferable-internal.js18 fh[kTransfer] = () => { function
Dtest-worker-message-port-transfer-fake-js-transferable.js22 fh[kTransfer] = () => { function
/third_party/iowow/src/rdb/
Diwrdb.c20 HANDLE fh; member
128 HANDLE fh = open(path, O_CREAT | O_RDWR | O_CLOEXEC, IWFS_DEFAULT_FILEMODE); in iwrdb_open() local
133 HANDLE fh = CreateFile(path, GENERIC_READ | GENERIC_WRITE, in iwrdb_open() local
/third_party/ltp/include/lapi/
Dname_to_handle_at.h38 struct file_handle fh = {}, *fhp; in allocate_file_handle() local
/third_party/ntfs-3g/include/fuse-lite/
Dfuse_kernel.h248 __u64 fh; member
277 __u64 fh; member
283 __u64 fh; member
290 __u64 fh; member
297 __u64 fh; member
306 __u64 fh; member
327 __u64 fh; member
348 __u64 fh; member
393 __u64 fh; member
Dfuse_common.h105 uint64_t fh; member
/third_party/libfuse/include/
Dfuse_kernel.h473 uint64_t fh; member
516 uint64_t fh; member
545 uint64_t fh; member
551 uint64_t fh; member
558 uint64_t fh; member
565 uint64_t fh; member
577 uint64_t fh; member
598 uint64_t fh; member
619 uint64_t fh; member
695 uint64_t fh; member
[all …]
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecs/
Dgstav1picture.c178 GstAV1FrameHeaderOBU *fh; in gst_av1_dpb_add() local
/third_party/ffmpeg/libavutil/
Dfile.c107 HANDLE mh, fh = (HANDLE)_get_osfhandle(fd); in av_file_map() local
/third_party/iowow/src/kv/
Diwal.c40 HANDLE fh; /**< File handle */ member
911 HANDLE fh = open(target_file, O_CREAT | O_WRONLY | O_TRUNC, 00600); in iwal_online_backup() local
917 …HANDLE fh = CreateFile(target_file, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRI… in iwal_online_backup() local
1150 HANDLE fh = open(wal->path, O_CREAT | O_RDWR | O_CLOEXEC, IWFS_DEFAULT_FILEMODE); in iwal_create() local
1156 HANDLE fh = CreateFile(wal->path, GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ, in iwal_create() local
/third_party/ltp/testcases/kernel/syscalls/name_to_handle_at/
Dname_to_handle_at02.c17 static struct file_handle fh, high_fh = {.handle_bytes = MAX_HANDLE_SZ + 1}; variable
/third_party/ffmpeg/libavcodec/
Dvaapi_encode_mjpeg.c159 JPEGRawFrameHeader *fh = &priv->frame_header; in vaapi_encode_mjpeg_write_extra_buffer() local
226 JPEGRawFrameHeader *fh = &priv->frame_header; in vaapi_encode_mjpeg_init_picture_params() local
/third_party/cups-filters/filter/foomatic-rip/
Dspooler.c143 FILE *fh; in configfile_find_option() local
Dfoomaticrip.c205 FILE *fh; in config_from_file() local
1165 FILE *fh = fopen(filename, "r"); in main() local
/third_party/flutter/skia/gm/
Dconicpaths.cpp114 for (int fh = 0; fh < 2; ++fh) { in onDraw() local
/third_party/iowow/src/platform/win32/mman/
Dmman.c55 void *mmap(void *addr, size_t len, int prot, int flags, HANDLE fh, OffsetType off) { in mmap()
/third_party/iowow/src/platform/
Diwp.c96 iwrc iwp_copy_bytes(HANDLE fh, off_t off, size_t siz, off_t noff) { in iwp_copy_bytes()
/third_party/node/deps/npm/test/tap/
Dshrinkwrap-prod-dependency-also.js14 function reportOutput (t, fh, out) { argument
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_cpufreq.c82 FILE *fh = fopen(fn, "r"); in get_file_value() local
/third_party/skia/gm/
Dconicpaths.cpp120 for (int fh = 0; fh < 2; ++fh) { in onDraw() local
/third_party/ltp/testcases/cve/
Dstack_clash.c83 FILE *fh; in read_stack_addr_from_proc() local

123