Home
last modified time | relevance | path

Searched defs:pPath (Results 1 – 25 of 40) sorted by relevance

12

/aosp_15_r20/frameworks/compile/mclinker/lib/MC/
DSearchDirs.cpp47 bool SearchDirs::insert(const std::string& pPath) { in insert()
62 bool SearchDirs::insert(const char* pPath) { in insert()
66 bool SearchDirs::insert(const sys::fs::Path& pPath) { in insert()
DCommandAction.cpp26 const sys::fs::Path& pPath) in InputFileAction()
31 const char* pPath) in InputFileAction()
81 BitcodeAction::BitcodeAction(unsigned int pPosition, const sys::fs::Path& pPath) in BitcodeAction()
DContextFactory.cpp24 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) { in produce()
34 LDContext* ContextFactory::produce(const char* pPath) { in produce()
DInputFactory.cpp34 const sys::fs::Path& pPath, in produce()
43 const char* pPath, in produce()
DInput.cpp44 const sys::fs::Path& pPath, in Input()
59 const sys::fs::Path& pPath, in Input()
DInputBuilder.cpp55 const sys::fs::Path& pPath, in createInput()
/aosp_15_r20/frameworks/compile/mclinker/lib/Support/
DDirectory.cpp43 Directory::Directory(const Path& pPath, FileStatus st, FileStatus symlink_st) in Directory()
56 Directory::Directory(const char* pPath, FileStatus st, FileStatus symlink_st) in Directory()
83 void Directory::assign(const Path& pPath, in assign()
DFileSystem.cpp16 bool mcld::sys::fs::exists(const Path& pPath) { in exists()
23 bool mcld::sys::fs::is_directory(const Path& pPath) { in is_directory()
DRealPath.cpp29 RealPath::RealPath(const Path& pPath) : Path(pPath) { in RealPath()
36 RealPath& RealPath::assign(const Path& pPath) { in assign()
DMemoryAreaFactory.cpp25 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce()
38 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce()
DPath.cpp89 Path& Path::append(const Path& pPath) { in append()
108 Path& Path::append(const StringType& pPath) { in append()
DFileHandle.cpp76 bool FileHandle::open(const sys::fs::Path& pPath, in open()
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_edittext.cpp847 const CFX_Path* pPath = in FPDFFont_GetGlyphPath() local
855 auto* pPath = CFXPathFromFPDFGlyphPath(glyphpath); in FPDFGlyphPath_CountGlyphSegments() local
864 auto* pPath = CFXPathFromFPDFGlyphPath(glyphpath); in FPDFGlyphPath_GetGlyphPathSegment() local
/aosp_15_r20/frameworks/compile/mclinker/lib/Core/
DIRBuilder.cpp125 const sys::fs::Path& pPath, in CreateInput()
141 const sys::fs::Path& pPath) { in ReadInput()
DLinker.cpp255 bool Linker::emit(const Module& pModule, const std::string& pPath) { in emit()
/aosp_15_r20/frameworks/compile/mclinker/lib/Script/
DSearchDirCmd.cpp20 SearchDirCmd::SearchDirCmd(const std::string& pPath) in SearchDirCmd()
DScriptFile.cpp132 void ScriptFile::addSearchDirCmd(const std::string& pPath) { in addSearchDirCmd()
/aosp_15_r20/external/pdfium/xfa/fwl/
H A Dcfwl_themebackground.h28 void SetPath(const CFGAS_GEPath* pPath) { m_pPath = pPath; } in SetPath()
/aosp_15_r20/external/pdfium/core/fxge/apple/
H A Dfx_apple_platform.cpp132 for (const char** pPath = pUserPaths; *pPath; ++pPath) in ParseFontCfg() local
/aosp_15_r20/external/pdfium/core/fxge/linux/
H A Dfx_linux_impl.cpp152 for (const char** pPath = pUserPaths; *pPath; ++pPath) in ParseFontCfg() local
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_stroke.cpp174 const CFGAS_GEPath& pPath, in Stroke()
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/MC/
DInput.h69 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; } in setPath()
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/
DArchive.cpp227 const sys::fs::Path& pPath, in getMemberFile()
/aosp_15_r20/frameworks/compile/libbcc/lib/
DSource.cpp139 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { in CreateFromFile()
/aosp_15_r20/external/pdfium/core/fpdfapi/render/
H A Dcpdf_renderstatus.cpp488 const CFX_Path* pPath = ClipPath.GetPath(i).GetObject(); in ProcessClipPath() local
1059 const CFX_Path* pPath = in DrawTextPathWithPattern() local

12