Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DRealPath.cpp16 RealPath::RealPath() in RealPath() function in RealPath
20 RealPath::RealPath(const RealPath::ValueType* s ) in RealPath() function in RealPath
25 RealPath::RealPath(const RealPath::StringType &s ) in RealPath() function in RealPath
30 RealPath::RealPath(const Path& pPath) in RealPath() function in RealPath
35 RealPath::~RealPath() in ~RealPath()
39 RealPath& RealPath::assign(const Path& pPath) in assign()
45 void RealPath::initialize() in initialize()
DAndroid.mk12 RealPath.cpp \
/frameworks/compile/mclinker/include/mcld/Support/
DRealPath.h25 class RealPath : public Path
32 RealPath();
33 explicit RealPath(const ValueType* s );
34 explicit RealPath(const StringType &s );
35 explicit RealPath(const Path& pPath);
37 ~RealPath();
39 RealPath& assign(const Path& pPath);
55 struct less<mcld::sys::fs::RealPath> : public binary_function<
56 mcld::sys::fs::RealPath,
57 mcld::sys::fs::RealPath,
[all …]
DDerivedPositionDependentOptions.h29 sys::fs::RealPath m_Path;
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDOptions.h87 sys::fs::RealPath m_Sysroot;
/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp196 sys::fs::RealPath realPath(archiveMemberName); in setupNewArchive()
/frameworks/compile/mclinker/lib/CodeGen/
DLLVMTargetMachine.cpp401 pLinkerOpt->info().output().setPath(sys::fs::RealPath(pOutputFilename)); in addLinkerPasses()