Searched refs:m_Handler (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp31 m_Handler(-1),
86 m_Handler = sys::fs::detail::open(pPath, oflag(pMode));
88 m_Handler = sys::fs::detail::open(pPath, oflag(pMode),
92 if (m_Handler == -1) {
98 if (!get_size(m_Handler, m_Size)) {
112 m_Handler = pFD;
116 if (!get_size(m_Handler, m_Size)) {
131 if (::close(m_Handler) == -1) {
150 if (sys::fs::detail::ftruncate(m_Handler, pSize) == -1) {
169 sys::fs::detail::pread(m_Handler, pMemBuffe
[all...]
H A DDirectory.cpp38 m_Handler(0),
47 m_Handler(0),
64 m_Handler(0),
75 return (0 != m_Handler);
/frameworks/compile/mclinker/lib/Support/Unix/
H A DFileSystem.inc64 pDir.m_Handler = reinterpret_cast<intptr_t>(opendir(pDir.path().c_str()));
65 if (0 == pDir.m_Handler) {
73 switch (read_dir(pDir.m_Handler, path)) {
95 if (pDir.m_Handler)
96 closedir(reinterpret_cast<DIR*>(pDir.m_Handler));
97 pDir.m_Handler = 0;
181 pMemBuffer = ::mmap(NULL, pLength, prot, flag, m_Handler, pStartOffset);
/frameworks/compile/mclinker/lib/Support/Windows/
H A DFileSystem.inc50 pDir.m_Handler = reinterpret_cast<intptr_t>(hFile);
67 if (pDir.m_Handler)
68 FindClose(reinterpret_cast<HANDLE>(pDir.m_Handler));
69 pDir.m_Handler = 0;
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h98 int handler() const { return m_Handler; }
122 int m_Handler; member in class:mcld::FileHandle
H A DDirectory.h93 intptr_t m_Handler; member in class:mcld::sys::fs::Directory
/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp76 Directory::m_Handler = 0; member in class:mcld::Directory

Completed in 157 milliseconds