HomeSort by relevance Sort by last modified time
    Searched refs:FileHandle (Results 51 - 75 of 83) sorted by null

1 23 4

  /external/giflib/
dgif_lib.c 52 int FileHandle;
55 if ((FileHandle = open(FileName, O_RDONLY)) == -1) {
61 GifFile = DGifOpenFileHandle(FileHandle, Error);
72 DGifOpenFileHandle(int FileHandle, int *Error)
83 (void)close(FileHandle);
97 (void)close(FileHandle);
102 _setmode(FileHandle, O_BINARY); /* Make sure it is in binary mode. */
105 f = fdopen(FileHandle, "rb"); /* Make it into a stream: */
109 Private->FileHandle = FileHandle;
    [all...]
  /frameworks/compile/mclinker/include/mcld/
IRBuilder.h 31 #include <mcld/Support/FileHandle.h>
131 /// Another way to open file manually. Use MCLinker's mcld::FileHandle.
132 Input* ReadInput(FileHandle& pFileHandle);
  /frameworks/compile/mclinker/lib/Core/
IRBuilder.cpp 145 m_InputBuilder.setMemory(*input, FileHandle::ReadOnly, FileHandle::System);
186 m_InputBuilder.setMemory(*input, FileHandle::ReadOnly, FileHandle::System);
192 Input* IRBuilder::ReadInput(FileHandle& pFileHandle)
200 m_InputBuilder.setMemory(*input, pFileHandle.handler(), FileHandle::ReadOnly);
204 m_InputBuilder.setMemory(*input, FileHandle::ReadOnly, FileHandle::System);
  /external/chromium_org/content/common/
handle_enumerator_win.cc 30 handle_types[sandbox::HandleTable::kTypeFile] = FileHandle;
64 current_type != FileHandle &&
162 case FileHandle:
  /frameworks/compile/mclinker/tools/mcld/lib/
PositionalOptions.cpp 216 pActions.push_back(new MemoryAreaAction(0x0, FileHandle::ReadOnly));
236 pActions.push_back(new MemoryAreaAction(pos, FileHandle::ReadOnly));
248 pActions.push_back(new MemoryAreaAction(pos, FileHandle::ReadOnly));
  /external/chromium_org/base/
logging.cc 10 typedef HANDLE FileHandle;
37 typedef FILE* FileHandle;
104 FileHandle log_file = NULL;
333 void CloseFile(FileHandle log) {
  /external/chromium_org/content/child/
blink_platform_impl.h 47 virtual blink::Platform::FileHandle databaseOpenFile(
blink_platform_impl.cc     [all...]
  /external/chromium_org/sandbox/win/src/
nt_internals.h 139 OUT PHANDLE FileHandle,
152 OUT PHANDLE FileHandle,
174 IN HANDLE FileHandle,
216 IN HANDLE FileHandle OPTIONAL);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddcdvd.h 142 HANDLE FileHandle;
winternl.h 945 NTSTATUS NTAPI NtCreateFile(PHANDLE FileHandle,ACCESS_MASK DesiredAccess,POBJECT_ATTRIBUTES ObjectAttributes,PIO_STATUS_BLOCK IoStatusBlock,PLARGE_INTEGER AllocationSize,ULONG FileAttributes,ULONG ShareAccess,ULONG CreateDisposition,ULONG CreateOptions,PVOID EaBuffer,ULONG EaLength);
946 NTSTATUS NTAPI NtOpenFile(PHANDLE FileHandle,ACCESS_MASK DesiredAccess,POBJECT_ATTRIBUTES ObjectAttributes,PIO_STATUS_BLOCK IoStatusBlock,ULONG ShareAccess,ULONG OpenOptions);
947 NTSTATUS NTAPI NtFsControlFile(HANDLE FileHandle,HANDLE Event,PIO_APC_ROUTINE ApcRoutine,PVOID ApcContext,PIO_STATUS_BLOCK IoStatusBlock,ULONG IoControlCode,PVOID InputBuffer,ULONG InputBufferLength,PVOID OutputBuffer,ULONG OutputBufferLength);
948 NTSTATUS NTAPI NtDeviceIoControlFile(HANDLE FileHandle,HANDLE Event,PIO_APC_ROUTINE ApcRoutine,PVOID ApcContext,PIO_STATUS_BLOCK IoStatusBlock,ULONG IoControlCode,PVOID InputBuffer,ULONG InputBufferLength,PVOID OutputBuffer,ULONG OutputBufferLength);
    [all...]
patchapi.h 169 WINBOOL PATCHAPI GetFilePatchSignatureByHandle(HANDLE FileHandle,ULONG OptionFlags,PVOID OptionData,ULONG IgnoreRangeCount,PPATCH_IGNORE_RANGE IgnoreRangeArray,ULONG RetainRangeCount,PPATCH_RETAIN_RANGE RetainRangeArray,ULONG SignatureBufferSize,PVOID SignatureBuffer);
rtutils.h 142 DWORD WINAPI SetIoCompletionProc(HANDLE FileHandle,LPOVERLAPPED_COMPLETION_ROUTINE CompletionProc);
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 61 OUT PHANDLE FileHandle,
73 IN HANDLE FileHandle,
82 IN HANDLE FileHandle,
97 IN HANDLE FileHandle,
112 IN HANDLE FileHandle,
128 IN HANDLE FileHandle,
  /external/chromium_org/content/renderer/
renderer_webkitplatformsupport_impl.h 82 virtual blink::Platform::FileHandle databaseOpenFile(
renderer_webkitplatformsupport_impl.cc 616 Platform::FileHandle
    [all...]
  /frameworks/compile/mclinker/lib/LD/
Archive.cpp 267 if (!m_Builder.setMemory(*member, FileHandle::ReadOnly)) {
GNUArchiveReader.cpp 19 #include <mcld/Support/FileHandle.h>
  /frameworks/compile/mclinker/lib/Script/
GroupCmd.cpp 154 if (!m_Builder.setMemory(*input, FileHandle::ReadOnly))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 359 mcld::FileHandle& pFileHandle,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h 12 typedef WINBOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PCSTR FileName,PVOID CallerData);
13 typedef WINBOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACKW)(HANDLE FileHandle,PCWSTR FileName,PVOID CallerData);
16 typedef WINBOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PCSTR FileName,PVOID CallerData);
17 typedef WINBOOL (CALLBACK *PFIND_EXE_FILE_CALLBACKW)(HANDLE FileHandle,PCWSTR FileName,PVOID CallerData);
96 PIMAGE_DEBUG_INFORMATION IMAGEAPI MapDebugInformation(HANDLE FileHandle,PSTR FileName,PSTR SymbolPath,DWORD ImageBase);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
dbghelp.h 47 typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData);
49 typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData);
126 PIMAGE_DEBUG_INFORMATION IMAGEAPI MapDebugInformation(HANDLE FileHandle,PSTR FileName,PSTR SymbolPath,DWORD ImageBase);
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 47 typedef BOOL (CALLBACK *PFIND_DEBUG_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData);
49 typedef BOOL (CALLBACK *PFIND_EXE_FILE_CALLBACK)(HANDLE FileHandle,PSTR FileName,PVOID CallerData);
126 PIMAGE_DEBUG_INFORMATION IMAGEAPI MapDebugInformation(HANDLE FileHandle,PSTR FileName,PSTR SymbolPath,DWORD ImageBase);
    [all...]
  /external/llvm/include/llvm/Support/
FileSystem.h 647 void *FileHandle;

Completed in 2540 milliseconds

1 23 4