Home
last modified time | relevance | path

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

/system/security/keystore/
Dkey_store_service.h83 int64_t getmtime(const String16& name, int32_t uid);
DIKeystoreService.cpp899 int64_t getmtime(const String16& name, int32_t uid) in getmtime() function in android::BpKeystoreService
1624 int64_t ret = getmtime(name, uid); in onTransact()
Dkey_store_service.cpp455 int64_t KeyStoreService::getmtime(const String16& name, int32_t uid) { in getmtime() function in android::KeyStoreService
/system/security/keystore/include/keystore/
DIKeystoreService.h195 virtual int64_t getmtime(const String16& name, int32_t uid) = 0;