Home
last modified time | relevance | path

Searched defs:GetFooter (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/toolchain-utils/cros_utils/
H A Dhtml_tools.py61 def GetFooter(): function
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
H A Dcow_reader.cpp486 bool CowReader::GetFooter(CowFooter* footer) { in GetFooter() function in android::snapshot::CowReader
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_frame.cpp1104 const uint8_t *Frame::GetFooter(void) const { return mPsdu + mLength - GetFooterLength(); } in GetFooter() function in ot::Mac::Frame
H A Dmac_frame.hpp984 uint8_t *GetFooter(void) { return AsNonConst(AsConst(this)->GetFooter()); } in GetFooter() function in ot::Mac::Frame