Searched defs:pPath (Results 1 – 13 of 13) sorted by relevance
/frameworks/compile/mclinker/lib/Support/ |
D | Path.cpp | 73 Path& Path::append(const Path& pPath) in append() 180 bool mcld::sys::fs::exists(const Path &pPath) in exists() 187 bool mcld::sys::fs::is_directory(const Path &pPath) in is_directory() 195 const Path& pPath) in operator <<() 201 Path& pPath) in operator >>() 207 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 | MemoryAreaFactory.cpp | 29 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, int pFlags) in produce() 41 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, int pFlags, mode_t pMode) in produce()
|
D | Directory.cpp | 40 Directory::Directory(const Path& pPath, in Directory() 81 void Directory::assign(const Path& pPath, in assign()
|
D | MemoryArea.cpp | 57 void MemoryArea::map(const sys::fs::Path& pPath, int pFlags) in map() 81 void MemoryArea::map(const sys::fs::Path& pPath, int pFlags, int pMode) in map()
|
/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 | 23 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 | MCLDInputTree.cpp | 47 const sys::fs::Path& pPath, in insert()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | MCLDFile.h | 72 void setPath(const sys::fs::Path& pPath) in setPath() 156 const mcld::sys::fs::Path& pPath, in produce()
|
D | MCLDInputTree.h | 193 const mcld::sys::fs::Path& pPath, in insert()
|