Home
last modified time | relevance | path

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

/build/tools/signapk/
DSignApk.java400 JarFile in, JarOutputStream out, long timestamp) throws IOException { in copyFiles()
451 long timestamp = publicKey.getNotBefore().getTime() + 3600L * 1000; in main() local
/build/tools/releasetools/
Dedify_generator.py82 def AssertOlderBuild(self, timestamp): argument