Home
last modified time | relevance | path

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

/build/tools/signapk/
DSignApk.java324 long timestamp, in addOtacert()
465 long timestamp, int alignment) throws IOException { in copyFiles()
644 long timestamp = publicKey.getNotBefore().getTime() + 3600L * 1000; in write() local
750 long timestamp = publicKey[0].getNotBefore().getTime() + 3600L * 1000; in signFile() local
908 long timestamp = publicKey[0].getNotBefore().getTime() + 3600L * 1000; in main() local
/build/tools/releasetools/
Dedify_generator.py109 def AssertOlderBuild(self, timestamp, timestamp_text): argument