/external/arm-trusted-firmware/lib/semihosting/ |
D | semihosting.c | 57 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/trusty/arm-trusted-firmware/lib/semihosting/ |
D | semihosting.c | 57 long semihosting_file_seek(long file_handle, ssize_t offset) in semihosting_file_seek() 76 long semihosting_file_read(long file_handle, size_t *length, uintptr_t buffer) in semihosting_file_read() 101 long semihosting_file_write(long file_handle, size_t *length, in semihosting_file_write() 123 long semihosting_file_close(long file_handle) in semihosting_file_close() 128 long semihosting_file_length(long file_handle) in semihosting_file_length() 161 long file_handle; in semihosting_get_flen() local 183 long file_handle; in semihosting_download_file() local
|
/external/ltp/include/lapi/ |
D | fcntl.h | 171 struct file_handle { struct 172 unsigned int handle_bytes; 173 int handle_type; 175 unsigned char f_handle[0];
|
/external/trusty/arm-trusted-firmware/drivers/io/ |
D | io_semihosting.c | 94 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/arm-trusted-firmware/drivers/io/ |
D | io_semihosting.c | 94 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/ |
D | file_handle.c | 54 struct file_handle { struct 55 unsigned int handle_bytes; 56 int handle_type; 57 unsigned char f_handle[0];
|
/external/strace/tests-m32/ |
D | file_handle.c | 54 struct file_handle { struct 55 unsigned int handle_bytes; 56 int handle_type; 57 unsigned char f_handle[0];
|
/external/strace/tests/ |
D | file_handle.c | 54 struct file_handle { struct 55 unsigned int handle_bytes; 56 int handle_type; 57 unsigned char f_handle[0];
|
/external/webrtc/modules/audio_coding/audio_network_adaptor/ |
D | debug_dump_writer.cc | 74 DebugDumpWriterImpl::DebugDumpWriterImpl(FILE* file_handle) { in DebugDumpWriterImpl() 159 std::unique_ptr<DebugDumpWriter> DebugDumpWriter::Create(FILE* file_handle) { in Create()
|
D | audio_network_adaptor_impl.cc | 148 void AudioNetworkAdaptorImpl::StartDebugDump(FILE* file_handle) { in StartDebugDump()
|
/external/webp/examples/ |
D | unicode_gif.h | 49 int file_handle = _wopen(file_name, _O_RDONLY | _O_BINARY); in DGifOpenFileUnicode() local
|
/external/python/oauth2client/oauth2client/contrib/ |
D | locked_file.py | 85 def file_handle(self): member in _Opener 211 def file_handle(self): member in LockedFile
|
/external/trusty/musl/include/ |
D | fcntl.h | 162 struct file_handle { struct 183 int name_to_handle_at(int, const char *, struct file_handle *, int *, int); argument
|
/external/musl/include/ |
D | fcntl.h | 167 struct file_handle { struct 187 int name_to_handle_at(int, const char *, struct file_handle *, int *, int); argument
|
/external/autotest/utils/frozen_chromite/third_party/oauth2client/ |
D | locked_file.py | 85 def file_handle(self): member in _Opener 364 def file_handle(self): member in LockedFile
|
/external/libjpeg-turbo/ |
D | jmemsys.h | 108 short file_handle; /* DOS file handle if it's a temp file */ member
|
/external/cronet/stable/components/nacl/renderer/ |
D | pnacl_translation_resource_host.cc | 117 PP_FileHandle file_handle = PP_kInvalidFileHandle; in OnNexeTempFileReply() local
|
/external/cronet/tot/components/nacl/renderer/ |
D | pnacl_translation_resource_host.cc | 117 PP_FileHandle file_handle = PP_kInvalidFileHandle; in OnNexeTempFileReply() local
|
/external/cronet/tot/testing/ |
D | test_env.py | 272 def run_command_output_to_handle(argv, file_handle, env=None, cwd=None): argument
|
/external/cronet/stable/testing/ |
D | test_env.py | 272 def run_command_output_to_handle(argv, file_handle, env=None, cwd=None): argument
|
/external/crosvm/base/src/sys/windows/ |
D | mmap_platform.rs | 164 let file_handle = file_handle.unwrap(); in try_mmap() localVariable
|
/external/cronet/tot/base/test/ |
D | test_file_util_win.cc | 126 win::ScopedHandle file_handle( in EvictFileFromSystemCache() local
|
/external/cronet/stable/base/test/ |
D | test_file_util_win.cc | 126 win::ScopedHandle file_handle( in EvictFileFromSystemCache() local
|
/external/libtextclassifier/native/lang_id/common/file/ |
D | mmap.cc | 100 MmapHandle MmapFile(HANDLE file_handle) { in MmapFile()
|
/external/cronet/tot/base/files/ |
D | os_validation_win_unittest.cc | 210 HANDLE file_handle() const { return file_handle_.get(); } in file_handle() function in base::OpenFileTest
|