Searched defs:pPath (Results 1 – 19 of 19) sorted by relevance
/frameworks/compile/mclinker/lib/Support/ |
D | FileSystem.cpp | 16 bool mcld::sys::fs::exists(const Path& pPath) { in exists() 23 bool mcld::sys::fs::is_directory(const Path& pPath) { in is_directory()
|
D | RealPath.cpp | 29 RealPath::RealPath(const Path& pPath) : Path(pPath) { in RealPath() 36 RealPath& RealPath::assign(const Path& pPath) { in assign()
|
D | MemoryAreaFactory.cpp | 25 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() 38 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce()
|
D | Directory.cpp | 43 Directory::Directory(const Path& pPath, FileStatus st, FileStatus symlink_st) in Directory() 56 Directory::Directory(const char* pPath, FileStatus st, FileStatus symlink_st) in Directory() 83 void Directory::assign(const Path& pPath, in assign()
|
D | Path.cpp | 89 Path& Path::append(const Path& pPath) { in append() 108 Path& Path::append(const StringType& pPath) { in append()
|
D | FileHandle.cpp | 76 bool FileHandle::open(const sys::fs::Path& pPath, in open()
|
/frameworks/compile/mclinker/lib/MC/ |
D | ContextFactory.cpp | 24 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) { in produce() 34 LDContext* ContextFactory::produce(const char* pPath) { in produce()
|
D | SearchDirs.cpp | 47 bool SearchDirs::insert(const std::string& pPath) { in insert() 62 bool SearchDirs::insert(const char* pPath) { in insert() 66 bool SearchDirs::insert(const sys::fs::Path& pPath) { in insert()
|
D | InputFactory.cpp | 34 const sys::fs::Path& pPath, in produce() 43 const char* pPath, in produce()
|
D | Input.cpp | 44 const sys::fs::Path& pPath, in Input() 59 const sys::fs::Path& pPath, in Input()
|
D | CommandAction.cpp | 26 const sys::fs::Path& pPath) in InputFileAction() 31 const char* pPath) in InputFileAction() 81 BitcodeAction::BitcodeAction(unsigned int pPosition, const sys::fs::Path& pPath) in BitcodeAction()
|
D | InputBuilder.cpp | 55 const sys::fs::Path& pPath, in createInput()
|
/frameworks/compile/mclinker/lib/Script/ |
D | SearchDirCmd.cpp | 20 SearchDirCmd::SearchDirCmd(const std::string& pPath) in SearchDirCmd()
|
D | ScriptFile.cpp | 132 void ScriptFile::addSearchDirCmd(const std::string& pPath) { in addSearchDirCmd()
|
/frameworks/compile/mclinker/lib/Core/ |
D | Linker.cpp | 255 bool Linker::emit(const Module& pModule, const std::string& pPath) { in emit()
|
D | IRBuilder.cpp | 124 const sys::fs::Path& pPath, in CreateInput() 140 const sys::fs::Path& pPath) { in ReadInput()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | Input.h | 69 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; } in setPath()
|
/frameworks/compile/mclinker/lib/LD/ |
D | Archive.cpp | 227 const sys::fs::Path& pPath, in getMemberFile()
|
/frameworks/compile/libbcc/lib/ |
D | Source.cpp | 138 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { in CreateFromFile()
|