Searched refs:m_Path (Results 1 - 8 of 8) sorted by relevance

/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp23 Directory::m_Path.assign(pName);
25 if (!Directory::m_Path.empty())
26 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
28 Directory::m_Path.m_append_separator_if_needed();
30 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
37 Directory::m_Path.assign(pName);
39 if (!Directory::m_Path.empty())
40 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
42 Directory::m_Path
[all...]
H A DMCLDFile.cpp21 : m_Type(Unknown), m_pContext(0), m_Path(), m_Name(), m_pMemArea(0) {
25 : m_Type(Unknown), m_pContext(0), m_Path(), m_Name(pName.data()), m_pMemArea(0) {
31 : m_Type(pType), m_pContext(0), m_Path(pPath), m_Name(pName.data()), m_pMemArea(0) {
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp32 : m_Path(),
43 : m_Path(pPath),
49 if (m_Path.native() == ".")
50 detail::get_pwd(m_Path.native());
51 m_Path.m_append_separator_if_needed();
56 : m_Path(pCopy.m_Path),
77 assign(pCopy.m_Path, pCopy.m_FileStatus, pCopy.m_SymLinkStatus);
88 m_Path = pPath;
89 if (m_Path
[all...]
H A DFileHandle.cpp21 : m_Path(),
80 m_Path = pPath;
106 m_Path = pPath;
152 m_Path.native().clear();
/frameworks/compile/mclinker/include/mcld/MC/
H A DMCLDFile.h74 { m_Path = pPath; }
93 { return m_Path; }
116 sys::fs::Path m_Path; member in class:mcld::MCLDFile
/frameworks/compile/mclinker/include/mcld/Support/
H A DDerivedPositionDependentOptions.h29 sys::fs::RealPath m_Path; member in class:mcld::FileOption
34 { m_Path.assign(pPath); }
37 inline const sys::fs::Path *path() const { return &m_Path; }
H A DFileHandle.h102 { return m_Path; }
131 sys::fs::Path m_Path; member in class:mcld::FileHandle
H A DDirectory.h77 { return m_Path; }
89 mcld::sys::fs::Path m_Path; member in class:mcld::sys::fs::Directory

Completed in 1910 milliseconds