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

/frameworks/compile/mclinker/lib/Support/
H A DRealPath.cpp1 //===- RealPath.cpp -------------------------------------------------------===//
9 #include "mcld/Support/RealPath.h"
15 // RealPath
16 RealPath::RealPath() function in class:RealPath
20 RealPath::RealPath(const RealPath::ValueType* s ) function in class:RealPath
25 RealPath::RealPath(cons function in class:RealPath
30 RealPath::RealPath(const Path& pPath) function in class:RealPath
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DRealPath.h1 //===- RealPath.h ---------------------------------------------------------===//
18 /** \class RealPath
22 class RealPath : public Path class in namespace:mcld::sys::fs
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>
[all...]

Completed in 5 milliseconds