/build/soong/java/ |
D | boot_jars.go | 39 timestamp := android.PathForOutput(ctx, "boot-jars-package-check/stamp") 46 Text("&& touch").Output(timestamp) 50 ctx.Phony("check-boot-jars", timestamp)
|
/build/make/target/product/gsi/ |
D | Android.mk | 28 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… 40 check-vndk-list: $(check-vndk-list-timestamp) 42 check-vndk-list: $(check-vndk-abi-dump-list-timestamp) 62 $(check-vndk-list-timestamp): $(INTERNAL_VNDK_LIB_LIST) $(LATEST_VNDK_LIB_LIST) $(HOST_OUT_EXECUTAB… 140 $(check-vndk-abi-dump-list-timestamp): PRIVATE_LSDUMP_PATHS := $(LSDUMP_PATHS) 141 $(check-vndk-abi-dump-list-timestamp): PRIVATE_STUB_LIBRARIES := $(STUB_LIBRARIES) 142 $(check-vndk-abi-dump-list-timestamp):
|
/build/soong/ui/tracer/ |
D | microfactory.go | 83 timestamp, err := strconv.ParseUint(fields[0], 10, 64) 89 begin[fields[2]] = append(begin[fields[2]], timestamp) 94 End: timestamp,
|
/build/make/tools/signapk/src/com/android/signapk/ |
D | SignApk.java | 325 long timestamp) in addOtacert() argument 329 je.setTime(timestamp); in addOtacert() 380 long timestamp) throws IOException { in addV1Signature() argument 385 outEntry.setTime(timestamp); in addV1Signature() 409 long timestamp, in copyFiles() argument 460 outEntry.setTime(timestamp); in copyFiles() 562 outEntry.setTime(timestamp); in copyFiles() 613 addPinByteRanges(out, pinByteRanges, timestamp); in copyFiles() 630 long timestamp) throws IOException { in addPinByteRanges() argument 632 je.setTime(timestamp); in addPinByteRanges() [all …]
|
/build/make/tools/ |
D | compare_builds.py | 442 def FindOutFilesTouchedAfter(files, timestamp): argument 447 if ts > timestamp: 449 return [f.filename for f in sorted(result, key=lambda f: f.timestamp)] 468 def FindSourceFilesTouchedAfter(timestamp): argument 478 if ts > timestamp: 480 return [f.filename for f in sorted(result, key=lambda f: f.timestamp)] 627 def __init__(self, filename, timestamp): argument 629 self.timestamp = timestamp
|
/build/soong/ui/metrics/upload_proto/ |
D | upload.proto | 21 // The timestamp in milliseconds that the build was created. 24 // The timestamp in milliseconds when the build was completed.
|
/build/soong/scripts/ |
D | build-ndk-prebuilts.sh | 22 TARGET_PRODUCT=ndk build/soong/soong_ui.bash --make-mode --soong-only ${OUT_DIR}/soong/ndk.timestamp
|
/build/make/core/ |
D | phony_package.mk | 7 LOCAL_MODULE_SUFFIX := -timestamp
|
D | check_elf_file.mk | 21 check_elf_files_stamp := $(intermediates)/check_elf_files.timestamp
|
D | java_renderscript.mk | 146 $(SOONG_OUT_DIR)/ndk.timestamp
|
D | soong_cc_rust_prebuilt.mk | 141 same_vndk_variants_stamp := $(intermediates)/same_vndk_variants.timestamp
|
D | main.mk | 986 $(eval stamp := $(dir $(r))check_elf_files.timestamp)\ 2000 ndk: $(SOONG_OUT_DIR)/ndk.timestamp
|
/build/make/tools/releasetools/ |
D | ota_metadata.proto | 34 // The version string of the partition. It's usually timestamp if present. 56 // The timestamp when the build is generated. 57 int64 timestamp = 4; field 97 // True if the timestamp of the post build is older than the pre build.
|
D | edify_generator.py | 129 def AssertOlderBuild(self, timestamp, timestamp_text): argument 136 timestamp, common.ErrorCode.OLDER_BUILD, timestamp_text))
|
D | build_image.py | 634 timestamp = glob_dict["build.prop"].GetProp("ro.build.date.utc") 635 if timestamp: 636 d["timestamp"] = timestamp
|
D | ota_utils.py | 223 device_state.timestamp = int(build_info.GetBuildProp('ro.build.date.utc')) 314 metadata_dict['post-timestamp'] = str(post_build.timestamp)
|
D | common.py | 2790 timestamp = (datetime.datetime(2009, 1, 1) - local_epoch).total_seconds() 2791 os.utime(filename, (timestamp, timestamp)) 3951 timestamp = props.GetProp('ro.bootimage.build.date.utc') 3952 if timestamp: 3953 return int(timestamp)
|
D | ota_from_target_files.py | 1207 max_timestamp = str(metadata.postcondition.timestamp)
|
D | ota_from_target_files | 1207 max_timestamp = str(metadata.postcondition.timestamp)
|
/build/make/tools/ziptime/ |
D | README.txt | 1 ziptime -- zip timestamp tool
|
D | Android.bp | 18 // Zip timestamp removal tool
|
/build/make/core/tasks/ |
D | sdk-addon.mk | 110 sdk_addon_deps += $(foreach dm, $(doc_modules), $(call doc-timestamp-for, $(dm)))
|
/build/soong/makedeps/ |
D | deps_test.go | 302 external/ninja/src/string_piece.h external/ninja/src/timestamp.h \
|
/build/soong/docs/ |
D | best_practices.md | 131 README could trigger the directory's timestamp to be updated.
|
D | perf.md | 62 don't rely on output of a `$(shell)` command that includes the current timestamp,
|