Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DMemoryArea.cpp50 m_FilePath.native() + in truncate()
60 m_FilePath = pPath; in map()
61 m_FileDescriptor = ::open(m_FilePath.c_str(), m_AccessFlags); in map()
68 int stat_result = ::stat(m_FilePath.native().c_str(), &st); in map()
84 m_FilePath = pPath; in map()
85 m_FileDescriptor = ::open(m_FilePath.c_str(), m_AccessFlags, pMode); in map()
92 int stat_result = ::stat(m_FilePath.native().c_str(), &st); in map()
236 m_FilePath.native() + in request()
254 m_FilePath.native() + in request()
/frameworks/compile/mclinker/include/mcld/Support/
DMemoryArea.h168 { return m_FilePath; } in path()
248 sys::fs::Path m_FilePath; variable