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

/frameworks/compile/mclinker/lib/Support/
H A DFileHandle.cpp34 inline static int oflag(FileHandle::OpenMode pMode) function
79 m_Handler = ::open(pPath.native().c_str(), oflag(pMode));
105 m_Handler = sys::fs::detail::open(pPath, oflag(pMode), (int)pPerm);

Completed in 33 milliseconds