/build/soong/java/ |
D | boot_jars.go | 34 timestamp := android.PathForOutput(ctx, "boot-jars-package-check/stamp") 41 Text("&& touch").Output(timestamp) 45 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) 53 $(check-vndk-list-timestamp): $(INTERNAL_VNDK_LIB_LIST) $(LATEST_VNDK_LIB_LIST) $(HOST_OUT_EXECUTAB… 125 $(check-vndk-abi-dump-list-timestamp): PRIVATE_LSDUMP_PATHS := $(LSDUMP_PATHS) 126 $(check-vndk-abi-dump-list-timestamp): PRIVATE_STUB_LIBRARIES := $(STUB_LIBRARIES) 127 $(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 | 298 long timestamp) in addOtacert() argument 302 je.setTime(timestamp); in addOtacert() 353 long timestamp) throws IOException { in addV1Signature() argument 358 outEntry.setTime(timestamp); in addV1Signature() 382 long timestamp, in copyFiles() argument 433 outEntry.setTime(timestamp); in copyFiles() 535 outEntry.setTime(timestamp); in copyFiles() 586 addPinByteRanges(out, pinByteRanges, timestamp); in copyFiles() 603 long timestamp) throws IOException { in addPinByteRanges() argument 605 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/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_prebuilt.mk | 126 same_vndk_variants_stamp := $(intermediates)/same_vndk_variants.timestamp
|
D | main.mk | 982 $(eval stamp := $(dir $(r))check_elf_files.timestamp)\ 1943 ndk: $(SOONG_OUT_DIR)/ndk.timestamp
|
D | definitions.mk | 840 define doc-timestamp-for 841 $(OUT_DOCS)/$(strip $(1))-timestamp 2665 $(call intermediates-dir-for,FAKE,check-non-elf-file-timestamps)/$(2).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 95 // 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 | ota_utils.py | 222 device_state.timestamp = int(build_info.GetBuildProp('ro.build.date.utc')) 313 metadata_dict['post-timestamp'] = str(post_build.timestamp)
|
D | build_image.py | 570 timestamp = glob_dict["build.prop"].GetProp("ro.build.date.utc") 571 if timestamp: 572 d["timestamp"] = timestamp
|
D | common.py | 2710 timestamp = (datetime.datetime(2009, 1, 1) - local_epoch).total_seconds() 2711 os.utime(filename, (timestamp, timestamp)) 3868 timestamp = props.GetProp('ro.bootimage.build.date.utc') 3869 if timestamp: 3870 return int(timestamp)
|
D | ota_from_target_files.py | 1114 max_timestamp = str(metadata.postcondition.timestamp)
|
D | ota_from_target_files | 1114 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/soong/scripts/ |
D | build-ndk-prebuilts.sh | 67 m --skip-make ${SOONG_OUT}/ndk.timestamp
|
/build/make/core/tasks/ |
D | sdk-addon.mk | 110 sdk_addon_deps += $(foreach dm, $(doc_modules), $(call doc-timestamp-for, $(dm)))
|
/build/soong/docs/ |
D | best_practices.md | 131 README could trigger the directory's timestamp to be updated.
|
/build/soong/makedeps/ |
D | deps_test.go | 302 external/ninja/src/string_piece.h external/ninja/src/timestamp.h \
|