Searched defs:FileHandle (Results 1 - 13 of 13) sorted by relevance

/external/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { argument
40 return LLVMWriteBitcodeToFD(M, FileHandle, true, false);
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitWriter.cpp38 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { argument
39 return LLVMWriteBitcodeToFD(M, FileHandle, true, false);
/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dsread.c27 EFI_FILE_HANDLE FileHandle; member in struct:_SIMPLE_READ_FILE
62 EFI_FILE_HANDLE FileHandle, LastHandle; local
98 FileHandle = NULL;
101 FileHandle = LibOpenRoot (*DeviceHandle);
104 Status = FileHandle ? EFI_SUCCESS : EFI_UNSUPPORTED;
136 LastHandle = FileHandle;
137 FileHandle = NULL;
143 &FileHandle,
167 ASSERT(FileHandle);
168 FHand->FileHandle
[all...]
/external/giflib/
H A Dgif_lib_private.h33 GifWord FileState, FileHandle, /* Where all this data goes to! */ member in struct:GifFilePrivateType
H A Ddgif_lib.c52 int FileHandle; local
55 if ((FileHandle = open(FileName, O_RDONLY)) == -1) {
61 GifFile = DGifOpenFileHandle(FileHandle, Error);
71 DGifOpenFileHandle(int FileHandle, int *Error) argument
82 (void)close(FileHandle);
96 (void)close(FileHandle);
104 _setmode(FileHandle, O_BINARY); /* Make sure it is in binary mode. */
107 f = fdopen(FileHandle, "rb"); /* Make it into a stream: */
111 Private->FileHandle = FileHandle;
[all...]
H A Degif_lib.c57 int FileHandle; local
62 FileHandle = open(FileName, O_WRONLY | O_CREAT | O_EXCL,
66 FileHandle = open(FileName, O_WRONLY | O_CREAT | O_TRUNC,
69 if (FileHandle == -1) {
74 GifFile = EGifOpenFileHandle(FileHandle, Error);
76 (void)close(FileHandle);
88 EGifOpenFileHandle(const int FileHandle, int *Error) argument
118 _setmode(FileHandle, O_BINARY); /* Make sure it is in binary mode. */
121 f = fdopen(FileHandle, "wb"); /* Make it into a stream: */
124 Private->FileHandle
[all...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp164 struct FileHandle : CommonHandle {}; struct in namespace:__anon13854
171 typedef ScopedHandle<FileHandle> FileScopedHandle;
176 static std::error_code GetFileNameFromHandle(HANDLE FileHandle, argument
184 Success = ::GetFileSizeEx(FileHandle, &FileSize);
191 ::CreateFileMappingA(FileHandle,
/external/swiftshader/third_party/LLVM/utils/KillTheDoctor/
H A DKillTheDoctor.cpp159 struct FileHandle : CommonHandle {}; struct in namespace:__anon20401
166 typedef ScopedHandle<FileHandle> FileScopedHandle;
169 static error_code GetFileNameFromHandle(HANDLE FileHandle, argument
177 Success = ::GetFileSizeEx(FileHandle, &FileSize);
184 ::CreateFileMappingA(FileHandle,
/external/libchrome/base/
H A Dlogging.cc16 typedef HANDLE FileHandle; typedef
45 typedef FILE* FileHandle; typedef
116 FileHandle g_log_file = nullptr;
331 void CloseFile(FileHandle log) {
/external/syslinux/com32/include/syslinux/
H A Dpxe_api.h411 uint16_t FileHandle; member in struct:s_PXENV_FILE_READ
418 uint16_t FileHandle; member in struct:s_PXENV_FILE_OPEN
425 uint16_t FileHandle; member in struct:s_PXENV_FILE_CLOSE
430 uint16_t FileHandle; member in struct:s_PXENV_GET_FILE_SIZE
/external/syslinux/gpxe/src/arch/i386/include/
H A Dpxe_api.h1624 UINT16_t FileHandle; /**< File handle */ member in struct:s_PXENV_FILE_OPEN
1648 UINT16_t FileHandle; /**< File handle */ member in struct:s_PXENV_FILE_CLOSE
1674 UINT16_t FileHandle; /**< File handle */ member in struct:s_PXENV_FILE_SELECT
1698 UINT16_t FileHandle; /**< File handle */ member in struct:s_PXENV_FILE_READ
1722 UINT16_t FileHandle; /**< File handle */ member in struct:s_PXENV_GET_FILE_SIZE
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.core.resources_3.10.0.v20150423-0755.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 1414 milliseconds