Home
last modified time | relevance | path

Searched refs:getmtime (Results 1 – 4 of 4) sorted by relevance

/system/security/keystore/
Dkey_store_service.h90 int64_t getmtime(const android::String16& name, int32_t uid) override;
DIKeystoreService.cpp481 int64_t getmtime(const String16& name, int32_t uid) override { in getmtime() function in android::BpKeystoreService
1133 int64_t ret = getmtime(name, uid); in onTransact()
Dkey_store_service.cpp551 int64_t KeyStoreService::getmtime(const String16& name, int32_t uid) { in getmtime() function in keystore::KeyStoreService
/system/security/keystore/include/keystore/
DIKeystoreService.h175 virtual int64_t getmtime(const String16& name, int32_t uid) = 0;