Home
last modified time | relevance | path

Searched refs:m_Path (Results 1 – 9 of 9) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
DMCLDDirectory.cpp23 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 …]
DMCLDFile.cpp21 : 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/
DDirectory.cpp32 : 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 …]
DFileHandle.cpp21 : 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/
DMCLDFile.h74 { m_Path = pPath; } in setPath()
93 { return m_Path; } in path()
116 sys::fs::Path m_Path; variable
/frameworks/compile/mclinker/include/mcld/Support/
DDerivedPositionDependentOptions.h29 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()
DFileHandle.h102 { return m_Path; } in path()
131 sys::fs::Path m_Path;
DDirectory.h77 { return m_Path; } in path()
89 mcld::sys::fs::Path m_Path;
/frameworks/compile/mclinker/lib/Support/Unix/
DPathV3.inc229 std::string path(pIter.m_pParent->m_Path.native());