HomeSort by relevance Sort by last modified time
    Searched full:currentpasswordsize (Results 1 - 1 of 1) sorted by null

  /system/core/gatekeeperd/
IGateKeeperService.cpp 41 ssize_t currentPasswordSize = data.readInt32();
43 static_cast<const uint8_t *>(data.readInplace(currentPasswordSize));
44 if (!currentPassword) currentPasswordSize = 0;
54 currentPassword, currentPasswordSize, desiredPassword,
83 ssize_t currentPasswordSize = data.readInt32();
85 static_cast<const uint8_t *>(data.readInplace(currentPasswordSize));
86 if (!currentPassword) currentPasswordSize = 0;
90 currentPasswordHandleSize, (uint8_t *) currentPassword, currentPasswordSize,
116 ssize_t currentPasswordSize = data.readInt32();
118 static_cast<const uint8_t *>(data.readInplace(currentPasswordSize));
    [all...]

Completed in 366 milliseconds