Home | History | Annotate | Download | only in Support

Lines Matching defs:RealPath

1 //===- RealPath.cpp -------------------------------------------------------===//
9 #include "mcld/Support/RealPath.h"
15 // RealPath
16 RealPath::RealPath()
20 RealPath::RealPath(const RealPath::ValueType* s )
25 RealPath::RealPath(const RealPath::StringType &s )
30 RealPath::RealPath(const Path& pPath)
35 RealPath::~RealPath()
39 RealPath& RealPath::assign(const Path& pPath)
45 void RealPath::initialize()