Home
last modified time | relevance | path

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

12

/build/soong/java/
Dboot_jars.go34 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/
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…
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/
Dmicrofactory.go83 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/
DSignApk.java298 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/
Dcompare_builds.py442 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/
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.mk21 check_elf_files_stamp := $(intermediates)/check_elf_files.timestamp
Djava_renderscript.mk146 $(SOONG_OUT_DIR)/ndk.timestamp
Dsoong_cc_prebuilt.mk126 same_vndk_variants_stamp := $(intermediates)/same_vndk_variants.timestamp
Dmain.mk982 $(eval stamp := $(dir $(r))check_elf_files.timestamp)\
1943 ndk: $(SOONG_OUT_DIR)/ndk.timestamp
Ddefinitions.mk840 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/
Dota_metadata.proto34 // 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.
Dedify_generator.py129 def AssertOlderBuild(self, timestamp, timestamp_text): argument
136 timestamp, common.ErrorCode.OLDER_BUILD, timestamp_text))
Dota_utils.py222 device_state.timestamp = int(build_info.GetBuildProp('ro.build.date.utc'))
313 metadata_dict['post-timestamp'] = str(post_build.timestamp)
Dbuild_image.py570 timestamp = glob_dict["build.prop"].GetProp("ro.build.date.utc")
571 if timestamp:
572 d["timestamp"] = timestamp
Dcommon.py2710 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)
Dota_from_target_files.py1114 max_timestamp = str(metadata.postcondition.timestamp)
Dota_from_target_files1114 max_timestamp = str(metadata.postcondition.timestamp)
/build/make/tools/ziptime/
DREADME.txt1 ziptime -- zip timestamp tool
DAndroid.bp18 // Zip timestamp removal tool
/build/soong/scripts/
Dbuild-ndk-prebuilts.sh67 m --skip-make ${SOONG_OUT}/ndk.timestamp
/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.
/build/soong/makedeps/
Ddeps_test.go302 external/ninja/src/string_piece.h external/ninja/src/timestamp.h \

12