Home | History | Annotate | Download | only in keystore

Lines Matching defs:getmtime

503     int64_t getmtime(const String16& name)
508 status_t status = remote()->transact(BnKeystoreService::GETMTIME, data, &reply);
510 ALOGD("getmtime() could not contact remote: %d\n", status);
516 ALOGD("getmtime() caught exception %d\n", err);
902 case GETMTIME: {
905 int64_t ret = getmtime(name);