Searched refs:FileHandle (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/public/platform/
H A DWebFileUtilities.h49 typedef HANDLE FileHandle; typedef in class:blink::WebFileUtilities
51 typedef int FileHandle;
H A DPlatform.h118 typedef HANDLE FileHandle; typedef in class:blink::Platform
120 typedef int FileHandle;
178 virtual FileHandle databaseOpenFile(const WebString& vfsFileName, int desiredFlags) { return FileHandle(); }
/external/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { argument
40 return LLVMWriteBitcodeToFD(M, FileHandle, true, false);
/external/chromium_org/content/child/
H A Ddatabase_util.h19 static blink::Platform::FileHandle DatabaseOpenFile(
H A Ddatabase_util.cc17 Platform::FileHandle DatabaseUtil::DatabaseOpenFile(
H A Dblink_platform_impl.h47 virtual blink::Platform::FileHandle databaseOpenFile(
H A Dblink_platform_impl.cc1028 blink::Platform::FileHandle BlinkPlatformImpl::databaseOpenFile(
/external/chromium_org/content/common/
H A Dhandle_enumerator_win.h17 FileHandle, enumerator in enum:content::HandleType
H A Dhandle_enumerator_win.cc30 handle_types[sandbox::HandleTable::kTypeFile] = FileHandle;
64 current_type != FileHandle &&
162 case FileHandle:
/external/llvm/lib/Support/Windows/
H A DPath.inc365 static std::error_code getStatus(HANDLE FileHandle, file_status &Result) {
366 if (FileHandle == INVALID_HANDLE_VALUE)
369 switch (::GetFileType(FileHandle)) {
390 if (!::GetFileInformationByHandle(FileHandle, &Info))
459 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(FD));
460 return getStatus(FileHandle, Result);
469 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(FD));
470 if (!SetFileTime(FileHandle, NULL, &FT, &FT))
483 ::CloseHandle(FileHandle);
495 ::CreateFileMappingW(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);
72 DGifOpenFileHandle(int FileHandle, int *Error) argument
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...]
/external/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp163 struct FileHandle : CommonHandle {}; struct in namespace:__anon26560
170 typedef ScopedHandle<FileHandle> FileScopedHandle;
175 static std::error_code GetFileNameFromHandle(HANDLE FileHandle, argument
183 Success = ::GetFileSizeEx(FileHandle, &FileSize);
190 ::CreateFileMappingA(FileHandle,
/external/chromium_org/base/
H A Dlogging.cc10 typedef HANDLE FileHandle; typedef
37 typedef FILE* FileHandle; typedef
104 FileHandle log_file = NULL;
333 void CloseFile(FileHandle log) {
/external/chromium_org/sandbox/win/src/
H A Dnt_internals.h139 OUT PHANDLE FileHandle,
152 OUT PHANDLE FileHandle,
174 IN HANDLE FileHandle,
216 IN HANDLE FileHandle OPTIONAL);
/external/e2fsprogs/lib/ext2fs/
H A Dnt_io.c61 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/
H A Drenderer_webkitplatformsupport_impl.h82 virtual blink::Platform::FileHandle databaseOpenFile(
H A Drenderer_webkitplatformsupport_impl.cc616 Platform::FileHandle
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Ddbghelp.h47 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);
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h47 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);
/external/llvm/include/llvm/Support/
H A DFileSystem.h647 void *FileHandle; member in class:llvm::sys::fs::mapped_file_region
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 9147 milliseconds