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

  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
react-to-vsprops-changes.py 17 newest_vsprops_time = max(map(os.path.getmtime, vsprops_files))
31 if os.path.getmtime(wtf_platform_h) < newest_vsprops_time:
37 if os.path.getmtime(path) < reference_time:
  /external/protobuf/python/
setup.py 39 os.path.getmtime(source) > os.path.getmtime(output))):
  /external/webkit/Source/gyp/
configure 80 return os.path.getmtime(self.output(port)) < self._newest(self.inputs(port))
104 return max([os.path.getmtime(path) for path in paths])
  /frameworks/base/keystore/java/android/security/
KeyStore.java 271 public long getmtime(String key) { method in class:KeyStore
273 final long millis = mBinder.getmtime(key);
AndroidKeyStore.java 170 final long epochMillis = mKeyStore.getmtime(alias);
  /pdk/build/
pdk_utils.py 112 src_mod_time = os.path.getmtime(src)
114 dest_mod_time = os.path.getmtime(dest)
  /system/security/keystore/include/keystore/
IKeystoreService.h 51 GETMTIME = IBinder::FIRST_CALL_TRANSACTION + 19,
101 virtual int64_t getmtime(const String16& name) = 0;
  /frameworks/base/core/java/android/security/
IKeystoreService.java 396 public long getmtime(String name) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
579 public long getmtime(String name) throws RemoteException; method in interface:IKeystoreService
  /frameworks/base/keystore/tests/src/android/security/
KeyStoreTest.java 643 long actual = mKeyStore.getmtime(TEST_KEYNAME);
674 -1L, mKeyStore.getmtime(TEST_KEYNAME2));
  /system/security/keystore/
IKeystoreService.cpp 477 int64_t getmtime(const String16& name) function in class:android::BpKeystoreService
482 status_t status = remote()->transact(BnKeystoreService::GETMTIME, data, &reply);
484 ALOGD("getmtime() could not contact remote: %d\n", status);
490 ALOGD("getmtime() caught exception %d\n", err);
801 case GETMTIME: {
804 int64_t ret = getmtime(name);
keystore.cpp 1965 int64_t getmtime(const String16& name) { function in class:android::KeyStoreProxy
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetUtils.py 227 filetime = time.ctime(os.path.getmtime(fileName))

Completed in 337 milliseconds