Home | History | Annotate | Download | only in Support

Lines Matching full:realpath

1 //===- RealPath.h ---------------------------------------------------------===//
18 /** \class RealPath
22 class RealPath : public Path
29 RealPath();
30 explicit RealPath(const ValueType* s );
31 explicit RealPath(const StringType &s );
32 explicit RealPath(const Path& pPath);
34 ~RealPath();
36 RealPath& assign(const Path& pPath);
52 struct less<mcld::sys::fs::RealPath> : public binary_function<
53 mcld::sys::fs::RealPath,
54 mcld::sys::fs::RealPath,
57 bool operator() (const mcld::sys::fs::RealPath& pX,
58 const mcld::sys::fs::RealPath& pY) const {