OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:certificatecount
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
imagehlp.h
94
WINBOOL IMAGEAPI ImageEnumerateCertificates(HANDLE FileHandle,WORD TypeFilter,PDWORD
CertificateCount
,PDWORD Indices,DWORD IndexCount);
/frameworks/base/core/java/android/util/apk/
ApkSignatureSchemeV2Verifier.java
360
int
certificateCount
= 0;
362
certificateCount
++;
369
throw new SecurityException("Failed to decode certificate #" +
certificateCount
, e);
[
all
...]
Completed in 161 milliseconds