Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Support/
DPath.cpp72 Path& Path::append(const Path& pPath) in append()
195 bool mcld::sys::fs::exists(const Path &pPath) in exists()
202 bool mcld::sys::fs::is_directory(const Path &pPath) in is_directory()
210 const Path& pPath) in operator <<()
216 Path& pPath) in operator >>()
222 const Path &pPath) in operator <<()
DRealPath.cpp30 RealPath::RealPath(const Path& pPath) in RealPath()
39 RealPath& RealPath::assign(const Path& pPath) in assign()
DHandleToArea.cpp41 bool HandleToArea::erase(const sys::fs::Path& pPath) in erase()
59 HandleToArea::Result HandleToArea::findFirst(const sys::fs::Path& pPath) in findFirst()
DMemoryAreaFactory.cpp41 MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce()
64 MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce()
DDirectory.cpp40 Directory::Directory(const Path& pPath, in Directory()
81 void Directory::assign(const Path& pPath, in assign()
DFileHandle.cpp70 bool FileHandle::open(const sys::fs::Path& pPath, in open()
95 bool FileHandle::open(const sys::fs::Path& pPath, in open()
/frameworks/compile/mclinker/unittests/Linker/
DTestLinker.cpp135 void TestLinker::setSysRoot(const mcld::sys::fs::Path &pPath) in setSysRoot()
141 void TestLinker::addObject(const std::string &pPath) in addObject()
260 bool TestLinker::setOutput(const std::string &pPath) in setOutput()
289 bool TestLinker::setOutput(const sys::fs::Path &pPath) in setOutput()
DTestLinker.h60 void addObject(const mcld::sys::fs::Path &pPath) in addObject()
/frameworks/compile/mclinker/include/mcld/Support/
DDerivedPositionDependentOptions.h32 FileOption(unsigned pPosition, Type pType, const sys::fs::Path &pPath) in FileOption()
54 BitcodeOption(unsigned pPosition, const sys::fs::Path &pPath) in BitcodeOption()
74 InputFileOption(unsigned pPosition, const sys::fs::Path &pPath) in InputFileOption()
/frameworks/compile/mclinker/lib/MC/
DContextFactory.cpp25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) in produce()
DMCLDInput.cpp24 const sys::fs::Path& pPath, in Input()
DInputFactory.cpp25 const sys::fs::Path& pPath, in produce()
DMCLDFile.cpp29 const sys::fs::Path& pPath, in MCLDFile()
DInputTree.cpp47 const sys::fs::Path& pPath, in insert()
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDFile.h73 void setPath(const sys::fs::Path& pPath) in setPath()
157 const mcld::sys::fs::Path& pPath, in produce()
DInputTree.h205 const mcld::sys::fs::Path& pPath, in insert()
/frameworks/compile/mclinker/tools/mcld/lib/Core/
DLinker.cpp144 enum Linker::ErrorCode Linker::openFile(const mcld::sys::fs::Path& pPath, in openFile()
289 enum Linker::ErrorCode Linker::setOutput(const std::string &pPath) { in setOutput()
/frameworks/compile/libbcc/lib/Core/
DLinker.cpp151 enum Linker::ErrorCode Linker::openFile(const mcld::sys::fs::Path& pPath, in openFile()
296 enum Linker::ErrorCode Linker::setOutput(const std::string &pPath) { in setOutput()
DSource.cpp84 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { in CreateFromFile()