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

/frameworks/compile/mclinker/lib/MC/
H A DMCLDDirectory.cpp21 Directory::m_Path.assign(pName);
23 if (!Directory::m_Path.empty())
24 m_bInSysroot = (Directory::m_Path.native()[0] == '=');
26 Directory::m_Path.m_append_separator_if_needed();
28 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
35 Directory::m_Path.assign(pName);
37 if (!Directory::m_Path.empty())
38 m_bInSysroot = (Directory::m_Path.native()[0] == '=');
40 Directory::m_Path
[all...]
H A DInput.cpp22 m_Path(),
34 m_Path(),
49 m_Path(pPath),
65 m_Path(pPath),
H A DCommandAction.cpp27 : InputAction(pPosition), m_Path(pPath) {
32 : InputAction(pPosition), m_Path(pPath) {
82 : InputAction(pPosition), m_Path(pPath) {
/frameworks/compile/mclinker/lib/Script/
H A DSearchDirCmd.cpp21 : ScriptCommand(ScriptCommand::SEARCH_DIR), m_Path(pPath) {
28 mcld::outs() << "SEARCH_DIR ( " << m_Path << " )\n";
32 pModule.getScript().directories().insert(m_Path);
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp35 : m_Path(),
44 : m_Path(pPath),
50 if (m_Path == dot_path)
51 detail::get_pwd(m_Path);
52 m_Path.m_append_separator_if_needed();
61 : m_Path(pCopy.m_Path),
79 assign(pCopy.m_Path, pCopy.m_FileStatus, pCopy.m_SymLinkStatus);
89 m_Path = pPath;
90 if (m_Path
[all...]
H A DFileHandle.cpp30 : m_Path(),
91 m_Path = pPath;
137 m_Path.native().clear();
/frameworks/compile/mclinker/include/mcld/Script/
H A DSearchDirCmd.h38 std::string m_Path; member in class:mcld::SearchDirCmd
/frameworks/compile/mclinker/include/mcld/MC/
H A DInput.h67 const sys::fs::Path& path() const { return m_Path; }
69 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; }
112 sys::fs::Path m_Path; member in class:mcld::Input
H A DCommandAction.h34 const sys::fs::Path& path() const { return m_Path; }
39 sys::fs::Path m_Path; member in class:mcld::InputFileAction
63 const sys::fs::Path& path() const { return m_Path; }
68 sys::fs::Path m_Path; member in class:mcld::BitcodeAction
/frameworks/compile/mclinker/include/mcld/Support/
H A DFileHandle.h94 const sys::fs::Path& path() const { return m_Path; }
121 sys::fs::Path m_Path; member in class:mcld::FileHandle
H A DDirectory.h78 const Path& path() const { return m_Path; }
90 mcld::sys::fs::Path m_Path; member in class:mcld::sys::fs::Directory

Completed in 160 milliseconds