Searched defs:pPath (Results 1 – 19 of 19) sorted by relevance
/frameworks/compile/mclinker/lib/Support/ |
D | Path.cpp | 72 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 <<()
|
D | RealPath.cpp | 30 RealPath::RealPath(const Path& pPath) in RealPath() 39 RealPath& RealPath::assign(const Path& pPath) in assign()
|
D | HandleToArea.cpp | 41 bool HandleToArea::erase(const sys::fs::Path& pPath) in erase() 59 HandleToArea::Result HandleToArea::findFirst(const sys::fs::Path& pPath) in findFirst()
|
D | MemoryAreaFactory.cpp | 41 MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() 64 MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce()
|
D | Directory.cpp | 40 Directory::Directory(const Path& pPath, in Directory() 81 void Directory::assign(const Path& pPath, in assign()
|
D | FileHandle.cpp | 70 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/ |
D | TestLinker.cpp | 135 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()
|
D | TestLinker.h | 60 void addObject(const mcld::sys::fs::Path &pPath) in addObject()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | DerivedPositionDependentOptions.h | 32 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/ |
D | ContextFactory.cpp | 25 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) in produce()
|
D | MCLDInput.cpp | 24 const sys::fs::Path& pPath, in Input()
|
D | InputFactory.cpp | 25 const sys::fs::Path& pPath, in produce()
|
D | MCLDFile.cpp | 29 const sys::fs::Path& pPath, in MCLDFile()
|
D | InputTree.cpp | 47 const sys::fs::Path& pPath, in insert()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | MCLDFile.h | 73 void setPath(const sys::fs::Path& pPath) in setPath() 157 const mcld::sys::fs::Path& pPath, in produce()
|
D | InputTree.h | 205 const mcld::sys::fs::Path& pPath, in insert()
|
/frameworks/compile/mclinker/tools/mcld/lib/Core/ |
D | Linker.cpp | 144 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/ |
D | Linker.cpp | 151 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()
|
D | Source.cpp | 84 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { in CreateFromFile()
|