/aosp_15_r20/frameworks/compile/mclinker/lib/MC/ |
D | SearchDirs.cpp | 47 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()
|
D | CommandAction.cpp | 26 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()
|
D | ContextFactory.cpp | 24 LDContext* ContextFactory::produce(const sys::fs::Path& pPath) { in produce() 34 LDContext* ContextFactory::produce(const char* pPath) { in produce()
|
D | InputFactory.cpp | 34 const sys::fs::Path& pPath, in produce() 43 const char* pPath, in produce()
|
D | Input.cpp | 44 const sys::fs::Path& pPath, in Input() 59 const sys::fs::Path& pPath, in Input()
|
D | InputBuilder.cpp | 55 const sys::fs::Path& pPath, in createInput()
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Support/ |
D | Directory.cpp | 43 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()
|
D | FileSystem.cpp | 16 bool mcld::sys::fs::exists(const Path& pPath) { in exists() 23 bool mcld::sys::fs::is_directory(const Path& pPath) { in is_directory()
|
D | RealPath.cpp | 29 RealPath::RealPath(const Path& pPath) : Path(pPath) { in RealPath() 36 RealPath& RealPath::assign(const Path& pPath) { in assign()
|
D | MemoryAreaFactory.cpp | 25 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce() 38 MemoryArea* MemoryAreaFactory::produce(const sys::fs::Path& pPath, in produce()
|
D | Path.cpp | 89 Path& Path::append(const Path& pPath) { in append() 108 Path& Path::append(const StringType& pPath) { in append()
|
D | FileHandle.cpp | 76 bool FileHandle::open(const sys::fs::Path& pPath, in open()
|
/aosp_15_r20/external/pdfium/fpdfsdk/ |
H A D | fpdf_edittext.cpp | 847 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/ |
D | IRBuilder.cpp | 125 const sys::fs::Path& pPath, in CreateInput() 141 const sys::fs::Path& pPath) { in ReadInput()
|
D | Linker.cpp | 255 bool Linker::emit(const Module& pModule, const std::string& pPath) { in emit()
|
/aosp_15_r20/frameworks/compile/mclinker/lib/Script/ |
D | SearchDirCmd.cpp | 20 SearchDirCmd::SearchDirCmd(const std::string& pPath) in SearchDirCmd()
|
D | ScriptFile.cpp | 132 void ScriptFile::addSearchDirCmd(const std::string& pPath) { in addSearchDirCmd()
|
/aosp_15_r20/external/pdfium/xfa/fwl/ |
H A D | cfwl_themebackground.h | 28 void SetPath(const CFGAS_GEPath* pPath) { m_pPath = pPath; } in SetPath()
|
/aosp_15_r20/external/pdfium/core/fxge/apple/ |
H A D | fx_apple_platform.cpp | 132 for (const char** pPath = pUserPaths; *pPath; ++pPath) in ParseFontCfg() local
|
/aosp_15_r20/external/pdfium/core/fxge/linux/ |
H A D | fx_linux_impl.cpp | 152 for (const char** pPath = pUserPaths; *pPath; ++pPath) in ParseFontCfg() local
|
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_stroke.cpp | 174 const CFGAS_GEPath& pPath, in Stroke()
|
/aosp_15_r20/frameworks/compile/mclinker/include/mcld/MC/ |
D | Input.h | 69 void setPath(const sys::fs::Path& pPath) { m_Path = pPath; } in setPath()
|
/aosp_15_r20/frameworks/compile/mclinker/lib/LD/ |
D | Archive.cpp | 227 const sys::fs::Path& pPath, in getMemberFile()
|
/aosp_15_r20/frameworks/compile/libbcc/lib/ |
D | Source.cpp | 139 Source *Source::CreateFromFile(BCCContext &pContext, const std::string &pPath) { in CreateFromFile()
|
/aosp_15_r20/external/pdfium/core/fpdfapi/render/ |
H A D | cpdf_renderstatus.cpp | 488 const CFX_Path* pPath = ClipPath.GetPath(i).GetObject(); in ProcessClipPath() local 1059 const CFX_Path* pPath = in DrawTextPathWithPattern() local
|