HomeSort by relevance Sort by last modified time
    Searched refs:m_FilePath (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/mclinker/lib/Support/
MemoryArea.cpp 50 m_FilePath.native() +
60 m_FilePath = pPath;
61 m_FileDescriptor = ::open(m_FilePath.c_str(), m_AccessFlags);
68 int stat_result = ::stat(m_FilePath.native().c_str(), &st);
84 m_FilePath = pPath;
85 m_FileDescriptor = ::open(m_FilePath.c_str(), m_AccessFlags, pMode);
92 int stat_result = ::stat(m_FilePath.native().c_str(), &st);
236 m_FilePath.native() +
254 m_FilePath.native() +
  /frameworks/compile/mclinker/include/mcld/Support/
MemoryArea.h 168 { return m_FilePath; }
248 sys::fs::Path m_FilePath;

Completed in 130 milliseconds