Home
last modified time | relevance | path

Searched refs:timestamp (Results 1 – 25 of 26) sorted by relevance

12

/build/make/target/product/gsi/
DAndroid.mk28 check-vndk-list-timestamp := $(call intermediates-dir-for,PACKAGING,vndk)/check-list-timestamp
29 check-vndk-abi-dump-list-timestamp := $(call intermediates-dir-for,PACKAGING,vndk)/check-abi-dump-l…
44 check-vndk-list: $(check-vndk-list-timestamp)
46 check-vndk-list: $(check-vndk-abi-dump-list-timestamp)
57 $(check-vndk-list-timestamp): $(INTERNAL_VNDK_LIB_LIST) $(LATEST_VNDK_LIB_LIST) $(HOST_OUT_EXECUTAB…
122 $(check-vndk-abi-dump-list-timestamp): PRIVATE_LSDUMP_PATHS := $(LSDUMP_PATHS)
123 $(check-vndk-abi-dump-list-timestamp):
/build/make/tools/signapk/src/com/android/signapk/
DSignApk.java296 long timestamp) in addOtacert() argument
300 je.setTime(timestamp); in addOtacert()
351 long timestamp) throws IOException { in addV1Signature() argument
356 outEntry.setTime(timestamp); in addV1Signature()
380 long timestamp, in copyFiles() argument
431 outEntry.setTime(timestamp); in copyFiles()
533 outEntry.setTime(timestamp); in copyFiles()
584 addPinByteRanges(out, pinByteRanges, timestamp); in copyFiles()
601 long timestamp) throws IOException { in addPinByteRanges() argument
603 je.setTime(timestamp); in addPinByteRanges()
[all …]
/build/soong/ui/tracer/
Dmicrofactory.go83 timestamp, err := strconv.ParseUint(fields[0], 10, 64)
89 begin[fields[2]] = append(begin[fields[2]], timestamp)
94 End: timestamp,
/build/soong/ui/metrics/upload_proto/
Dupload.proto21 // The timestamp in milliseconds that the build was created.
24 // The timestamp in milliseconds when the build was completed.
/build/make/core/
Dphony_package.mk7 LOCAL_MODULE_SUFFIX := -timestamp
Dcheck_elf_file.mk20 check_elf_files_stamp := $(intermediates)/check_elf_files.timestamp
Djava_renderscript.mk146 $(SOONG_OUT_DIR)/ndk.timestamp
Dsoong_cc_prebuilt.mk125 same_vndk_variants_stamp := $(intermediates)/same_vndk_variants.timestamp
Dapp_prebuilt_internal.mk107 my_enforced_uses_libraries := $(intermediates.COMMON)/enforce_uses_libraries.timestamp
Dmain.mk925 $(eval stamp := $(dir $(r))check_elf_files.timestamp)\
1856 ndk: $(SOONG_OUT_DIR)/ndk.timestamp
Ddefinitions.mk702 define doc-timestamp-for
703 $(OUT_DOCS)/$(strip $(1))-timestamp
DMakefile148 $(ndk_doxygen_out)/index.html: $(ndk_docs_srcs) $(SOONG_OUT_DIR)/ndk.timestamp
4811 $(NDK_SYSROOT_TARGET): $(SOONG_OUT_DIR)/ndk.timestamp
5385 $(OUT_DOCS)/offline-sdk-timestamp \
Dbinary.mk111 my_additional_dependencies += $(SOONG_OUT_DIR)/ndk_base.timestamp
/build/soong/scripts/
Dbuild-ndk-prebuilts.sh55 m --skip-make ${SOONG_OUT}/ndk.timestamp
/build/make/tools/ziptime/
DREADME.txt1 ziptime -- zip timestamp tool
DAndroid.bp18 // Zip timestamp removal tool
/build/make/tools/releasetools/
Dbuild_image.py512 timestamp = glob_dict["build.prop"].GetProp("ro.build.date.utc")
513 if timestamp:
514 d["timestamp"] = timestamp
Dedify_generator.py129 def AssertOlderBuild(self, timestamp, timestamp_text): argument
136 timestamp, common.ErrorCode.OLDER_BUILD, timestamp_text))
Dcommon.py2326 timestamp = (datetime.datetime(2009, 1, 1) - local_epoch).total_seconds()
2327 os.utime(filename, (timestamp, timestamp))
Dtest_ota_from_target_files.py175 common.OPTIONS.timestamp = False
/build/make/core/tasks/
Dsdk-addon.mk110 sdk_addon_deps += $(foreach dm, $(doc_modules), $(call doc-timestamp-for, $(dm)))
/build/soong/docs/
Dbest_practices.md131 README could trigger the directory's timestamp to be updated.
Dperf.md62 don't rely on output of a `$(shell)` command that includes the current timestamp,
/build/soong/makedeps/
Ddeps_test.go302 external/ninja/src/string_piece.h external/ninja/src/timestamp.h \
/build/make/
DCleanSpec.mk476 $(call add-clean-step, rm -rf $(OUT_DOCS)/*-timestamp)

12