Home
last modified time | relevance | path

Searched defs:pfExt (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandafile/external/
Dpanda_file_external.h44 PandaFileExt *pfExt = nullptr; in OpenPandafileFromMemory() local
59 PandaFileExt *pfExt = nullptr; in OpenPandafileFromFd() local
118 explicit PandaFileWrapper(PandaFileExt *pfExt) : pfExt_(pfExt) {} in PandaFileWrapper()
Dfile_ext.cpp205 auto pfExt = std::make_unique<PandaFileExt>(std::move(pf)); in OpenPandafileFromMemoryExt() local
218 auto pfExt = std::make_unique<PandaFileExt>(std::move(pf)); in OpenPandafileFromFdExt() local