HomeSort by relevance Sort by last modified time
    Searched defs:getmtime (Results 1 - 6 of 6) sorted by null

  /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
648 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);
902 case GETMTIME: {
905 int64_t ret = getmtime(name);
    [all...]
keystore.cpp 2224 int64_t getmtime(const String16& name) { function in class:android::KeyStoreProxy
    [all...]

Completed in 246 milliseconds