Home
last modified time | relevance | path

Searched refs:IncFs_GetSignatureById (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/incremental_delivery/incfs/include/
H A Dincfs_ndk.h241 IncFsErrorCode IncFs_GetSignatureById(const IncFsControl* control, IncFsFileId id, char buffer[],
H A Dincfs_inline.h211 if (IncFs_GetSignatureById(control, fileId, signature.data(), &size) < 0) { in getSignature()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp1037 IncFsErrorCode IncFs_GetSignatureById(const IncFsControl* control, IncFsFileId fileId, in IncFs_GetSignatureById() function