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

/system/security/keystore/include/keystore/
H A DIKeystoreService.h182 virtual int64_t getmtime(const String16& name) = 0;
/system/security/keystore/
H A DIKeystoreService.cpp836 int64_t getmtime(const String16& name) function in class:android::BpKeystoreService
843 ALOGD("getmtime() could not contact remote: %d\n", status);
849 ALOGD("getmtime() caught exception %d\n", err);
1527 int64_t ret = getmtime(name);
H A Dkeystore.cpp2099 int64_t getmtime(const String16& name) { function in class:android::KeyStoreProxy
2102 ALOGW("permission denied for %d: getmtime", callingUid);
2110 ALOGW("could not access %s for getmtime", filename.string());
2116 ALOGW("could not open %s for getmtime", filename.string());
2124 ALOGW("could not stat %s for getmtime", filename.string());

Completed in 46 milliseconds