Home
last modified time | relevance | path

Searched defs:timestamp (Results 1 – 2 of 2) sorted by relevance

/build/tools/signapk/
DSignApk.java300 long timestamp, in addOtacert()
442 … JarFile in, JarOutputStream out, long timestamp) throws IOException { in copyFiles()
566 long timestamp = publicKey.getNotBefore().getTime() + 3600L * 1000; in write() local
672 long timestamp = publicKey[0].getNotBefore().getTime() + 3600L * 1000; in signFile() local
755 long timestamp = publicKey[0].getNotBefore().getTime() + 3600L * 1000; in main() local
/build/tools/releasetools/
Dedify_generator.py84 def AssertOlderBuild(self, timestamp, timestamp_text): argument