Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/lib/Support/
H A DFileSystem.cpp16 bool mcld::sys::fs::exists(const Path& pPath) { in exists()
23 bool mcld::sys::fs::is_directory(const Path& pPath) { in is_directory()
H A DRealPath.cpp29 RealPath::RealPath(const Path& pPath) : Path(pPath) { in RealPath()
36 RealPath& RealPath::assign(const Path& pPath) { in assign()
H A DMemoryAreaFactory.cpp25 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce()
38 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce()
H A DDirectory.cpp43 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()
H A DPath.cpp89 Path& Path::append(const Path& pPath) { in append()
108 Path& Path::append(const StringType& pPath) { in append()
H A DFileHandle.cpp76 bool FileHandle::open(const sys::fs::Path& pPath, in open()
/aosp12/frameworks/compile/mclinker/lib/MC/
H A DContextFactory.cpp24 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) { in produce()
34 LDContext* ContextFactory::produce(const char* pPath) { in produce()
H A DSearchDirs.cpp47 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()
H A DInputFactory.cpp34 const sys::fs::Path& pPath, in produce()
43 const char* pPath, in produce()
H A DInput.cpp44 const sys::fs::Path& pPath, in Input()
59 const sys::fs::Path& pPath, in Input()
H A DCommandAction.cpp26 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()
H A DInputBuilder.cpp55 const sys::fs::Path& pPath, in createInput()
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DSearchDirCmd.cpp20 SearchDirCmd::SearchDirCmd(const std::string& pPath) in SearchDirCmd()
H A DScriptFile.cpp132 void ScriptFile::addSearchDirCmd(const std::string& pPath) { in addSearchDirCmd()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DLinker.cpp255 bool Linker::emit(const Module& pModule, const std::string& pPath) { in emit()
H A DIRBuilder.cpp125 const sys::fs::Path& pPath, in CreateInput()
141 const sys::fs::Path& pPath) { in ReadInput()
/aosp12/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h69 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; } in setPath()
/aosp12/frameworks/compile/mclinker/lib/LD/
H A DArchive.cpp227 const sys::fs::Path& pPath, in getMemberFile()
/aosp12/frameworks/compile/libbcc/lib/
H A DSource.cpp139 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { in CreateFromFile()