Home
last modified time | relevance | path

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

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