Home
last modified time | relevance | path

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

12

/build/soong/java/
Dboot_jars.go39 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/
Doffline-sdk-docs.mk20 $(OUT_DOCS)/offline-sdk-timestamp: $(OUT_DOCS)/offline-sdk-docs-docs.zip
26 docs offline-sdk-docs: $(OUT_DOCS)/offline-sdk-timestamp
Dsdk-addon.mk111 sdk_addon_deps += $(foreach dm, $(doc_modules), $(call doc-timestamp-for, $(dm)))
/build/soong/cmd/merge_zips/
Dmerge_zips_test.go36 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/
Dmicrofactory.go83 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/
DAndroid.mk11 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/
Dphony_package.mk7 LOCAL_MODULE_SUFFIX := -timestamp
Dcheck_elf_file.mk24 check_elf_files_stamp := $(intermediates)/check_elf_files.timestamp
Djava_renderscript.mk146 $(SOONG_OUT_DIR)/ndk.timestamp
/build/soong/scripts/
Dbuild-ndk-prebuilts.sh29 …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/
DSignApk.java325 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/
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/tools/ziptime/
DREADME.txt1 ziptime -- zip timestamp tool
DAndroid.bp18 // Zip timestamp removal tool
/build/bazel/rules/aidl/
Daidl_library.bzl65timestamp = 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/
Dprotos.rs136 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/
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
97 // 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))
Dbuild_image.py695 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/
Daconfig_storage_metadata.proto30 optional int64 timestamp = 7; field
/build/soong/apex/
Dbuilder.go1208 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/
Dtool_event_logger.py120 event_time_ms=int(event_time.timestamp() * 1000),
/build/soong/tests/
Dlib.sh138 tar xzf "$WARMED_UP_MOCK_TOP" --warning=no-timestamp
/build/soong/filesystem/
Dfilesystem.go411 if timestamp := proptools.String(f.properties.Fake_timestamp); timestamp != "" {
412 addStr("timestamp", timestamp)

12