OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:currentpasswordhandlesize
(Results
1 - 1
of
1
) sorted by null
/system/core/gatekeeperd/
IGateKeeperService.cpp
36
ssize_t
currentPasswordHandleSize
= data.readInt32();
38
static_cast<const uint8_t *>(data.readInplace(
currentPasswordHandleSize
));
39
if (!currentPasswordHandle)
currentPasswordHandleSize
= 0;
53
int ret = enroll(uid, currentPasswordHandle,
currentPasswordHandleSize
,
78
ssize_t
currentPasswordHandleSize
= data.readInt32();
80
static_cast<const uint8_t *>(data.readInplace(
currentPasswordHandleSize
));
81
if (!currentPasswordHandle)
currentPasswordHandleSize
= 0;
90
currentPasswordHandleSize
, (uint8_t *) currentPassword, currentPasswordSize,
111
ssize_t
currentPasswordHandleSize
= data.readInt32();
113
static_cast<const uint8_t *>(data.readInplace(
currentPasswordHandleSize
));
[
all
...]
Completed in 114 milliseconds