Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DRealPath.cpp18 RealPath::RealPath() : Path() { in RealPath() function in mcld::sys::fs::RealPath
21 RealPath::RealPath(const RealPath::ValueType* s) : Path(s) { in RealPath() function in mcld::sys::fs::RealPath
25 RealPath::RealPath(const RealPath::StringType& s) : Path(s) { in RealPath() function in mcld::sys::fs::RealPath
29 RealPath::RealPath(const Path& pPath) : Path(pPath) { in RealPath() function in mcld::sys::fs::RealPath