Home
last modified time | relevance | path

Searched defs:file_handle (Results 1 – 25 of 32) sorted by relevance

12

/external/arm-trusted-firmware/lib/semihosting/
Dsemihosting.c57 long semihosting_file_seek(long file_handle, ssize_t offset) in semihosting_file_seek()
74 long semihosting_file_read(long file_handle, size_t *length, uintptr_t buffer) in semihosting_file_read()
99 long semihosting_file_write(long file_handle, size_t *length, in semihosting_file_write()
121 long semihosting_file_close(long file_handle) in semihosting_file_close()
126 long semihosting_file_length(long file_handle) in semihosting_file_length()
159 long file_handle; in semihosting_get_flen() local
181 long file_handle; in semihosting_download_file() local
/external/ltp/include/lapi/
Dfcntl.h145 struct file_handle { struct
146 unsigned int handle_bytes;
147 int handle_type;
149 unsigned char f_handle[0];
/external/arm-trusted-firmware/drivers/io/
Dio_semihosting.c94 long file_handle, sh_result; in sh_file_seek() local
133 long file_handle; in sh_file_read() local
156 long file_handle; in sh_file_write() local
176 long file_handle; in sh_file_close() local
/external/strace/tests-mx32/
Dfile_handle.c54 struct file_handle { struct
55 unsigned int handle_bytes;
56 int handle_type;
57 unsigned char f_handle[0];
/external/strace/tests/
Dfile_handle.c54 struct file_handle { struct
55 unsigned int handle_bytes;
56 int handle_type;
57 unsigned char f_handle[0];
/external/strace/tests-m32/
Dfile_handle.c54 struct file_handle { struct
55 unsigned int handle_bytes;
56 int handle_type;
57 unsigned char f_handle[0];
/external/sfntly/cpp/src/test/
Dfile_io_test.cc27 FILE* file_handle = NULL; in TestFileInputStream() local
88 FILE* file_handle = NULL; in TestFontInputStreamBasic() local
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Ddebug_dump_writer.cc74 DebugDumpWriterImpl::DebugDumpWriterImpl(FILE* file_handle) { in DebugDumpWriterImpl()
159 std::unique_ptr<DebugDumpWriter> DebugDumpWriter::Create(FILE* file_handle) { in Create()
Daudio_network_adaptor_impl.cc148 void AudioNetworkAdaptorImpl::StartDebugDump(FILE* file_handle) { in StartDebugDump()
/external/gfxstream-protocols/registry/vulkan/scripts/spec_tools/
Dfile_process.py86 def _process_file_handle(self, file_handle): argument
108 def process_file(self, filename, file_handle=None): argument
/external/python/oauth2client/oauth2client/contrib/
Dlocked_file.py85 def file_handle(self): member in _Opener
211 def file_handle(self): member in LockedFile
/external/musl/include/
Dfcntl.h167 struct file_handle { struct
188 int name_to_handle_at(int, const char *, struct file_handle *, int *, int); argument
/external/libjpeg-turbo/
Djmemsys.h108 short file_handle; /* DOS file handle if it's a temp file */ member
/external/libtextclassifier/native/lang_id/common/file/
Dmmap.cc100 MmapHandle MmapFile(HANDLE file_handle) { in MmapFile()
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify16.c332 struct file_handle *file_handle; in do_test() local
Dfanotify09.c197 struct file_handle *file_handle; in event_filename() local
/external/crosvm/base/src/windows/win/
Dmmap.rs149 let file_handle = file_handle.unwrap(); in try_mmap() localVariable
/external/python/cpython3/Modules/
Dmmapmodule.c105 HANDLE file_handle; member
189 HANDLE file_handle = self->file_handle; in mmap_close_method() local
D_winapi.c505 _winapi_CreateFileMapping_impl(PyObject *module, HANDLE file_handle, in _winapi_CreateFileMapping_impl()
/external/ImageMagick/MagickCore/
Dnt-base.c1714 file_handle, in NTMapMemory() local
2529 file_handle; in NTTruncateFile() local
/external/libwebsockets/lib/roles/
Dprivate-lib-roles.h346 uint8_t file_handle:1; member
/external/libchrome/base/memory/
Dshared_memory_unittest.cc736 base::win::ScopedHandle file_handle(::CreateFile( in TEST_P() local
/external/libusb/libusb/os/
Dwindows_winusb.c2356 HANDLE file_handle; in winusbx_open() local
2494 HANDLE file_handle, winusb_handle; in winusbx_claim_interface() local
3797 HANDLE file_handle; in hid_close() local
/external/python/cpython2/Modules/
Dmmapmodule.c104 HANDLE file_handle; member
/external/python/cpython3/Modules/clinic/
D_winapi.c.h190 HANDLE file_handle; in _winapi_CreateFileMapping() local

12