Searched defs:timestamp (Results 1 – 2 of 2) sorted by relevance
243 long timestamp, in addOtacert()381 … JarFile in, JarOutputStream out, long timestamp) throws IOException { in copyFiles()508 long timestamp = publicKey.getNotBefore().getTime() + 3600L * 1000; in write() local606 long timestamp = publicKey[0].getNotBefore().getTime() + 3600L * 1000; in signFile() local687 long timestamp = publicKey[0].getNotBefore().getTime() + 3600L * 1000; in main() local
82 def AssertOlderBuild(self, timestamp): argument