Home
last modified time | relevance | path

Searched refs:oflag (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Support/
DFileHandle.cpp42 inline static int oflag(FileHandle::OpenMode pMode) in oflag() function
89 m_Handler = sys::fs::detail::open(pPath, oflag(pMode)); in open()
91 m_Handler = sys::fs::detail::open(pPath, oflag(pMode), (int)pPerm); in open()