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

/system/security/keystore/include/keystore/
H A DIKeystoreService.h118 virtual int64_t getmtime(const String16& name) = 0;
/system/security/keystore/
H A DIKeystoreService.cpp503 int64_t getmtime(const String16& name) function in class:android::BpKeystoreService
510 ALOGD("getmtime() could not contact remote: %d\n", status);
516 ALOGD("getmtime() caught exception %d\n", err);
905 int64_t ret = getmtime(name);
H A Dkeystore.cpp2224 int64_t getmtime(const String16& name) { function in class:android::KeyStoreProxy
2228 ALOGW("permission denied for %d: getmtime", callingUid);
2236 ALOGW("could not access %s for getmtime", filename.string());
2242 ALOGW("could not open %s for getmtime", filename.string());
2250 ALOGW("could not stat %s for getmtime", filename.string());

Completed in 457 milliseconds