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

  /frameworks/compile/mclinker/lib/MC/
MCLDDirectory.cpp 24 Directory::m_Path.assign(pName);
26 if (!Directory::m_Path.empty())
27 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
29 Directory::m_Path.m_append_separator_if_needed();
31 Directory::m_Path.native().erase(Directory::m_Path.native().begin());
38 Directory::m_Path.assign(pName);
40 if (!Directory::m_Path.empty())
41 m_bInSysroot = ('=' == Directory::m_Path.native()[0]);
43 Directory::m_Path.m_append_separator_if_needed()
    [all...]
Input.cpp 21 m_Path(),
33 m_Path(),
48 m_Path(pPath),
64 m_Path(pPath),
CommandAction.cpp 26 : InputAction(pPosition), m_Path(pPath) {
80 : InputAction(pPosition), m_Path(pPath) {
  /frameworks/compile/mclinker/include/mcld/
BitcodeOption.h 30 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; }
32 const sys::fs::Path& getPath() const { return m_Path; }
39 sys::fs::Path m_Path;
  /frameworks/compile/mclinker/lib/Script/
SearchDirCmd.cpp 21 m_Path(pPath)
31 mcld::outs() << "SEARCH_DIR ( " << m_Path << " )\n";
36 pModule.getScript().directories().insert(m_Path);
  /frameworks/compile/mclinker/lib/Support/
Directory.cpp 36 : m_Path(),
47 : m_Path(pPath),
53 if (m_Path == dot_path)
54 detail::get_pwd(m_Path);
55 m_Path.m_append_separator_if_needed();
60 : m_Path(pCopy.m_Path),
81 assign(pCopy.m_Path, pCopy.m_FileStatus, pCopy.m_SymLinkStatus);
92 m_Path = pPath;
93 if (m_Path == dot_path
    [all...]
ToolOutputFile.cpp 29 : Keep(false), m_Path(pPath) {
31 if ("-" != m_Path.native())
32 llvm::sys::RemoveFileOnSignal(m_Path.native());
40 if (!Keep && "_" != m_Path.native()) {
42 llvm::sys::fs::remove(m_Path.native(), Existed);
47 if ("_" != m_Path.native())
48 llvm::sys::DontRemoveFileOnSignal(m_Path.native());
FileHandle.cpp 29 : m_Path(),
93 m_Path = pPath;
141 m_Path.native().clear();
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_path.cpp 14 m_Path = pSrcObj->m_Path;
31 if (m_Path.IsNull()) {
37 rect = m_Path.GetBoundingBox(width, m_GraphState.GetObject()->m_MiterLimit);
39 rect = m_Path.GetBoundingBox();
  /frameworks/compile/mclinker/include/mcld/Script/
SearchDirCmd.h 40 std::string m_Path;
  /frameworks/compile/mclinker/include/mcld/MC/
Input.h 71 { return m_Path; }
74 { m_Path = pPath; }
132 sys::fs::Path m_Path;
CommandAction.h 32 const sys::fs::Path& path() const { return m_Path; }
37 sys::fs::Path m_Path;
63 const sys::fs::Path& path() const { return m_Path; }
68 sys::fs::Path m_Path;
  /frameworks/compile/mclinker/include/mcld/Support/
ToolOutputFile.h 64 sys::fs::Path m_Path;
FileHandle.h 101 { return m_Path; }
131 sys::fs::Path m_Path;
Directory.h 74 { return m_Path; }
86 mcld::sys::fs::Path m_Path;
  /external/pdfium/core/include/fpdfapi/
fpdf_pageobj.h 632 CPDF_Path m_Path;
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_text.cpp 712 path.m_Path.New()->AppendRect(textobj->m_Left, textobj->m_Bottom, textobj->m_Right, textobj->m_Top);
745 path.m_Path.New()->Append(pPath, &matrix);
fpdf_render.cpp 575 return m_pDevice->DrawPath(pPathObj->m_Path, &path_matrix, &graphState, fill_argb, stroke_argb, FillType, 0, NULL, m_curBlend);
743 return m_pDevice->SetClip_PathStroke(pPathObj->m_Path, &path_matrix, &graphState);
749 return m_pDevice->SetClip_PathFill(pPathObj->m_Path, &path_matrix, fill_mode);
    [all...]
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_pageobjs.cpp 404 CPDF_PathData* pPathData = pPathObj->m_Path.GetModify();
425 CPDF_PathData* pPathData = pPathObj->m_Path.GetModify();
  /external/pdfium/core/src/fpdfdoc/
doc_annot.cpp 375 CPDF_PathData *pPathData = pPathObject->m_Path.GetModify();

Completed in 140 milliseconds