Home
last modified time | relevance | path

Searched refs:IncFs_UnsafeGetSignatureByPath (Results 1 – 2 of 2) sorted by relevance

/system/incremental_delivery/incfs/include/
Dincfs_ndk.h183 IncFsErrorCode IncFs_UnsafeGetSignatureByPath(const char* path, char buffer[], size_t* bufferSize);
/system/incremental_delivery/incfs/
Dincfs.cpp881 return IncFs_UnsafeGetSignatureByPath(path, buffer, bufferSize); in IncFs_GetSignatureByPath()
884 IncFsErrorCode IncFs_UnsafeGetSignatureByPath(const char* path, char buffer[], size_t* bufferSize) { in IncFs_UnsafeGetSignatureByPath() function