/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/core/tasks/ |
D | offline-sdk-docs.mk | 20 $(OUT_DOCS)/offline-sdk-timestamp: $(OUT_DOCS)/offline-sdk-docs-docs.zip 26 docs offline-sdk-docs: $(OUT_DOCS)/offline-sdk-timestamp
|
D | sdk-addon.mk | 111 sdk_addon_deps += $(foreach dm, $(doc_modules), $(call doc-timestamp-for, $(dm)))
|
/build/soong/cmd/merge_zips/ |
D | merge_zips_test.go | 36 timestamp time.Time member 282 testZipEntry{name: "3/__init__.py", mode: 0700, timestamp: jar.DefaultTime}, 283 testZipEntry{name: "c/__init__.py", mode: 0700, timestamp: jar.DefaultTime}, 284 testZipEntry{name: "a/__init__.py", mode: 0700, timestamp: jar.DefaultTime}, 285 testZipEntry{name: "2/__init__.py", mode: 0700, timestamp: jar.DefaultTime}, 286 testZipEntry{name: "b/__init__.py", mode: 0700, timestamp: jar.DefaultTime}, 287 testZipEntry{name: "1/__init__.py", mode: 0700, timestamp: jar.DefaultTime}, 288 testZipEntry{name: "3/main.py", timestamp: jar.DefaultTime}, 289 testZipEntry{name: "c/main.py", timestamp: jar.DefaultTime}, 290 testZipEntry{name: "a/main.py", timestamp: jar.DefaultTime}, [all …]
|
/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/target/product/gsi/ |
D | Android.mk | 11 check-abi-dump-list-timestamp := $(call intermediates-dir-for,PACKAGING,vndk)/check-abi-dump-list-t… 16 check-abi-dump-list: $(check-abi-dump-list-timestamp) 92 $(check-abi-dump-list-timestamp): PRIVATE_LSDUMP_PATHS := $(LSDUMP_PATHS) 93 $(check-abi-dump-list-timestamp): PRIVATE_STUB_LIBRARIES := $(STUB_LIBRARIES) 94 $(check-abi-dump-list-timestamp):
|
/build/make/core/ |
D | phony_package.mk | 7 LOCAL_MODULE_SUFFIX := -timestamp
|
D | check_elf_file.mk | 24 check_elf_files_stamp := $(intermediates)/check_elf_files.timestamp
|
D | java_renderscript.mk | 146 $(SOONG_OUT_DIR)/ndk.timestamp
|
/build/soong/scripts/ |
D | build-ndk-prebuilts.sh | 29 …ARGET_PRODUCT=ndk build/soong/soong_ui.bash --make-mode --soong-only ${OUT_DIR}/soong/ndk.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/make/tools/ziptime/ |
D | README.txt | 1 ziptime -- zip timestamp tool
|
D | Android.bp | 18 // Zip timestamp removal tool
|
/build/bazel/rules/aidl/ |
D | aidl_library.bzl | 65 …timestamp = ctx.actions.declare_file(ctx.label.name + "_checkhash_" + ctx.attr.version + ".timesta… 79 touch {timestamp}; 89 timestamp = timestamp.path, 95 outputs = [timestamp], 101 return timestamp
|
/build/make/tools/aconfig/aconfig_storage_file/src/ |
D | protos.rs | 136 assert_eq!(system_file.timestamp(), 12345); in test_parse_storage_record_pb() 143 assert_eq!(product_file.timestamp(), 54321); in test_parse_storage_record_pb()
|
/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 | 695 timestamp = glob_dict["build.prop"].GetProp("ro.build.date.utc") 696 if timestamp: 697 d["timestamp"] = timestamp
|
/build/make/tools/aconfig/aconfig_storage_file/protos/ |
D | aconfig_storage_metadata.proto | 30 optional int64 timestamp = 7; field
|
/build/soong/apex/ |
D | builder.go | 1208 timestamp := android.PathForModuleOut(ctx, "apex_linkerconfig_validation.timestamp") 1212 Output: timestamp, 1217 return timestamp 1225 timestamp := android.PathForModuleOut(ctx, "sepolicy_tests.timestamp") 1229 Output: timestamp, 1231 return timestamp 1235 timestamp := android.PathForModuleOut(ctx, "apex_elf_unwanted.timestamp") 1239 Output: timestamp, 1245 return timestamp
|
/build/make/tools/tool_event_logger/ |
D | tool_event_logger.py | 120 event_time_ms=int(event_time.timestamp() * 1000),
|
/build/soong/tests/ |
D | lib.sh | 138 tar xzf "$WARMED_UP_MOCK_TOP" --warning=no-timestamp
|
/build/soong/filesystem/ |
D | filesystem.go | 411 if timestamp := proptools.String(f.properties.Fake_timestamp); timestamp != "" { 412 addStr("timestamp", timestamp)
|