/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
genericpath.py | 9 __all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime', 52 def getmtime(filename): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
genericpath.py | 9 __all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime', 52 def getmtime(filename): function
|
/frameworks/base/keystore/java/android/security/ |
KeyStore.java | 288 public long getmtime(String key) { method in class:KeyStore 290 final long millis = mBinder.getmtime(key);
|
/frameworks/base/core/java/android/security/ |
IKeystoreService.java | 407 public long getmtime(String name) throws RemoteException { method in class:IKeystoreService.Stub.Proxy 592 public long getmtime(String name) throws RemoteException; method in interface:IKeystoreService
|
/system/security/keystore/ |
IKeystoreService.cpp | 503 int64_t getmtime(const String16& name) function in class:android::BpKeystoreService 508 status_t status = remote()->transact(BnKeystoreService::GETMTIME, data, &reply); 510 ALOGD("getmtime() could not contact remote: %d\n", status); 516 ALOGD("getmtime() caught exception %d\n", err); 843 case GETMTIME: { 846 int64_t ret = getmtime(name);
|
keystore.cpp | 2135 int64_t getmtime(const String16& name) { function in class:android::KeyStoreProxy [all...] |