Searched defs:getmtime (Results 1 - 1 of 1) sorted by relevance

/system/security/keystore/
H A Dkey_store_service.cpp648 Status KeyStoreService::getmtime(const String16& name, int32_t uid, int64_t* time) { function in class:KeyStoreService
651 ALOGW("permission denied for %d: getmtime", targetUid);
659 ALOGW("could not access %s for getmtime", filename.value().string());
666 ALOGW("could not open %s for getmtime", filename.value().string());
675 ALOGW("could not stat %s for getmtime", filename.value().string());

Completed in 2315 milliseconds