Searched defs:FileHandle (Results 1 - 2 of 2) sorted by path

/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h1 //===- FileHandle.h -------------------------------------------------------===//
21 /** \class FileHandle
22 * \brief FileHandle class provides an interface for reading from and writing
25 * Operators of FileHandle should neither throw exceptions nor call expressive
28 class FileHandle class in namespace:mcld
70 FileHandle();
72 ~FileHandle();
/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp1 //===- FileHandle.cpp -----------------------------------------------------===//
9 #include <mcld/Support/FileHandle.h>
19 // FileHandle
20 FileHandle::FileHandle() function in class:FileHandle
28 FileHandle::~FileHandle()
34 inline static int oflag(FileHandle::OpenMode pMode)
37 if (FileHandle::Unknown == pMode)
40 if (FileHandle
[all...]

Completed in 290 milliseconds