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.h243 IncFsErrorCode IncFs_UnsafeGetSignatureByPath(const char* path, char buffer[], size_t* bufferSize);
/system/incremental_delivery/incfs/
Dincfs.cpp1026 return IncFs_UnsafeGetSignatureByPath(path, buffer, bufferSize); in IncFs_GetSignatureByPath()
1029 IncFsErrorCode IncFs_UnsafeGetSignatureByPath(const char* path, char buffer[], size_t* bufferSize) { in IncFs_UnsafeGetSignatureByPath() function