HomeSort by relevance Sort by last modified time
    Searched refs:m_Path (Results 1 - 10 of 10) sorted by null

  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 23 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.m_append_separator_if_needed()
    [all...]
MCLDInput.cpp 22 m_Path(),
33 m_Path(),
47 m_Path(pPath),
62 m_Path(pPath),
CommandAction.cpp 24 : InputAction(pPosition), m_Path(pPath) {
78 : InputAction(pPosition), m_Path(pPath) {
  /frameworks/compile/mclinker/include/mcld/
BitcodeOption.h 33 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; }
35 const sys::fs::Path& getPath() const { return m_Path; }
42 sys::fs::Path m_Path;
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 33 : m_Path(),
44 : m_Path(pPath),
50 if (m_Path.native() == ".")
51 detail::get_pwd(m_Path.native());
52 m_Path.m_append_separator_if_needed();
57 : m_Path(pCopy.m_Path),
78 assign(pCopy.m_Path, pCopy.m_FileStatus, pCopy.m_SymLinkStatus);
89 m_Path = pPath;
90 if (m_Path.native() == "."
    [all...]
FileHandle.cpp 43 : m_Path(),
107 m_Path = pPath;
155 m_Path.native().clear();
  /frameworks/compile/mclinker/include/mcld/MC/
CommandAction.h 33 const sys::fs::Path& path() const { return m_Path; }
38 sys::fs::Path m_Path;
64 const sys::fs::Path& path() const { return m_Path; }
69 sys::fs::Path m_Path;
MCLDInput.h 73 { return m_Path; }
76 { m_Path = pPath; }
128 sys::fs::Path m_Path;
  /frameworks/compile/mclinker/include/mcld/Support/
Directory.h 77 { return m_Path; }
89 mcld::sys::fs::Path m_Path;
FileHandle.h 105 { return m_Path; }
135 sys::fs::Path m_Path;

Completed in 81 milliseconds