Searched refs:m_Path (Results 1 – 9 of 9) sorted by relevance
/frameworks/compile/mclinker/lib/MC/ |
D | MCLDDirectory.cpp | 23 Directory::m_Path.assign(pName); in MCLDDirectory() 25 if (!Directory::m_Path.empty()) in MCLDDirectory() 26 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in MCLDDirectory() 28 Directory::m_Path.m_append_separator_if_needed(); in MCLDDirectory() 30 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory() 37 Directory::m_Path.assign(pName); in MCLDDirectory() 39 if (!Directory::m_Path.empty()) in MCLDDirectory() 40 m_bInSysroot = ('=' == Directory::m_Path.native()[0]); in MCLDDirectory() 42 Directory::m_Path.m_append_separator_if_needed(); in MCLDDirectory() 44 Directory::m_Path.native().erase(Directory::m_Path.native().begin()); in MCLDDirectory() [all …]
|
D | MCLDFile.cpp | 21 : m_Type(Unknown), m_pContext(0), m_Path(), m_Name(), m_pMemArea(0) { in MCLDFile() 25 : m_Type(Unknown), m_pContext(0), m_Path(), m_Name(pName.data()), m_pMemArea(0) { in MCLDFile() 31 : m_Type(pType), m_pContext(0), m_Path(pPath), m_Name(pName.data()), m_pMemArea(0) { in MCLDFile()
|
/frameworks/compile/mclinker/lib/Support/ |
D | Directory.cpp | 32 : m_Path(), in Directory() 43 : m_Path(pPath), in Directory() 49 if (m_Path.native() == ".") in Directory() 50 detail::get_pwd(m_Path.native()); in Directory() 51 m_Path.m_append_separator_if_needed(); in Directory() 56 : m_Path(pCopy.m_Path), in Directory() 77 assign(pCopy.m_Path, pCopy.m_FileStatus, pCopy.m_SymLinkStatus); in operator =() 88 m_Path = pPath; in assign() 89 if (m_Path.native() == ".") in assign() 90 detail::get_pwd(m_Path.native()); in assign() [all …]
|
D | FileHandle.cpp | 21 : m_Path(), in FileHandle() 80 m_Path = pPath; in open() 106 m_Path = pPath; in open() 152 m_Path.native().clear(); in close()
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | MCLDFile.h | 74 { m_Path = pPath; } in setPath() 93 { return m_Path; } in path() 116 sys::fs::Path m_Path; variable
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | DerivedPositionDependentOptions.h | 29 sys::fs::RealPath m_Path; 34 { m_Path.assign(pPath); } in FileOption() 37 inline const sys::fs::Path *path() const { return &m_Path; } in path()
|
D | FileHandle.h | 102 { return m_Path; } in path() 131 sys::fs::Path m_Path;
|
D | Directory.h | 77 { return m_Path; } in path() 89 mcld::sys::fs::Path m_Path;
|
/frameworks/compile/mclinker/lib/Support/Unix/ |
D | PathV3.inc | 229 std::string path(pIter.m_pParent->m_Path.native());
|