Searched refs:timestamp (Results 1 – 8 of 8) sorted by relevance
/build/tools/signapk/ |
D | SignApk.java | 300 long timestamp, in addOtacert() argument 307 je.setTime(timestamp); in addOtacert() 442 … JarFile in, JarOutputStream out, long timestamp) throws IOException { in copyFiles() argument 459 outEntry.setTime(timestamp); in copyFiles() 566 long timestamp = publicKey.getNotBefore().getTime() + 3600L * 1000; in write() local 569 copyFiles(manifest, inputJar, outputJar, timestamp); in write() 570 addOtacert(outputJar, publicKeyFile, timestamp, manifest, hash); in write() 672 long timestamp = publicKey[0].getNotBefore().getTime() + 3600L * 1000; in signFile() local 676 je.setTime(timestamp); in signFile() 685 je.setTime(timestamp); in signFile() [all …]
|
/build/core/tasks/ |
D | apicheck.mk | 50 $(call doc-timestamp-for,api-stubs) \ 65 $(call doc-timestamp-for,api-stubs) \
|
D | sdk-addon.mk | 76 sdk_addon_deps += $(foreach dm, $(doc_modules), $(call doc-timestamp-for, $(dm)))
|
/build/core/ |
D | phony_package.mk | 6 LOCAL_MODULE_SUFFIX := -timestamp
|
D | droiddoc.mk | 37 full_target := $(call doc-timestamp-for,$(LOCAL_MODULE))
|
D | definitions.mk | 524 define doc-timestamp-for 525 $(OUT_DOCS)/$(strip $(1))-timestamp 2085 $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(strip $(1))-timestamp: $(2) $(3) $(APICHECK) $(7) 2090 $(6): $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/$(strip $(1))-timestamp
|
D | Makefile | 1559 $(OUT_DOCS)/offline-sdk-timestamp \
|
/build/tools/releasetools/ |
D | edify_generator.py | 84 def AssertOlderBuild(self, timestamp, timestamp_text): argument 91 ) % (timestamp, timestamp_text))
|