Searched refs:cp (Results 1 – 25 of 65) sorted by relevance
123
/build/soong/ui/status/ |
D | critical_path_test.go | 60 msgs: func(cp *testCriticalPath) {}, 64 msgs: func(cp *testCriticalPath) { 65 cp.start(0, 0, []string{"a"}, nil) 66 cp.start(1, 0, []string{"a"}, nil) 67 cp.finish(0, 1000) 68 cp.finish(0, 2000) 80 msgs: func(cp *testCriticalPath) { 81 cp.start(0, 0, []string{"a"}, nil) 82 cp.finish(0, 1000) 83 cp.start(1, 1000, []string{"b"}, []string{"a"}) [all …]
|
D | critical_path_logger.go | 40 func (cp *criticalPathLogger) StartAction(action *Action, counts Counts) { 41 cp.criticalPath.StartAction(action) 44 func (cp *criticalPathLogger) FinishAction(result ActionResult, counts Counts) { 45 cp.criticalPath.FinishAction(result.Action) 48 func (cp *criticalPathLogger) Flush() { 49 criticalPath, elapsedTime, criticalTime := cp.criticalPath.criticalPath() 52 cp.log.Verbosef("critical path took %s", criticalTime.String()) 53 if !cp.criticalPath.start.IsZero() { 54 cp.log.Verbosef("elapsed time %s", elapsedTime.String()) 56 cp.log.Verbosef("perfect parallelism ratio %d%%", [all …]
|
D | critical_path.go | 60 func (cp *CriticalPath) StartAction(action *Action) { 61 start := cp.clock.Now() 62 if cp.start.IsZero() { 63 cp.start = start 65 cp.running[action] = start 68 func (cp *CriticalPath) FinishAction(action *Action) { 69 if start, ok := cp.running[action]; ok { 70 delete(cp.running, action) 75 if x := cp.nodes[input]; x != nil { 82 end := cp.clock.Now() [all …]
|
/build/make/tools/acp/ |
D | README | 3 The "cp" command was judged and found wanting. The issues are: 6 - Uses the BSD cp, not the fancy GNU cp. It lacks the "-u" flag, which 15 "cp: skipping file 'foo.exe', as it was replaced while being copied". 17 volume. "cp" works okay copying from local disk. 31 It's easier and more reliable to write a cp command that works properly. 36 On most systems it is ignored, but on MinGW/Cygwin it allows "cp foo bar" 37 to work when what is actually meant is "cp foo.exe bar.exe". Unlike the 38 default Cygwin cp, "acp foo bar" will not find foo.exe unless you add
|
D | Android.bp | 3 // Custom version of cp.
|
/build/soong/filesystem/ |
D | vbmeta.go | 179 for i, cp := range v.properties.Chained_partitions { 180 name := proptools.String(cp.Name) 186 ril := proptools.IntDefault(cp.Rollback_index_location, i+1) 193 if cp.Public_key != nil { 194 publicKey = android.PathForModuleSrc(ctx, proptools.String(cp.Public_key)) 237 for _, cp := range v.properties.Chained_partitions { 238 if cp.Private_key == nil { 242 name := proptools.String(cp.Name) 253 privateKeyFile := android.PathForModuleSrc(ctx, proptools.String(cp.Private_key))
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/tools/tradefederation/core/ |
D | BUILD.bazel.template | 33 cmd="cp -t $(RULEDIR) $(SRCS)") 42 cmd="cp -t $(RULEDIR) $<") 49 cmd="cp -t $(RULEDIR) $<") 60 "cp -t $(RULEDIR) $(location {prebuilts_dir_name}/host/bin/tradefed.sh)", 72 "cp -t $(RULEDIR) $(location {prebuilts_dir_name}/host/bin/atest_tradefed.sh)",
|
/build/soong/scripts/ |
D | freeze-sysprop-api-files.sh | 39 m "$2-check-api" && cp -f "${api_dir}/$2-current.txt" "${api_dir}/$2-latest.txt"
|
D | reverse-deps.sh | 191 cp "${allDeps}" "${newDeps}" 192 cp "${allDeps}" "${oldDeps}" 225 cp "${allDeps}" "${oldDeps}"
|
D | build-rustdocs.sh | 30 cp ${OUT_DIR}/soong/rustdoc.zip $DIST_DIR
|
D | transitive-deps.sh | 366 cp "${allDeps}" "${newDeps}" 367 cp "${allDeps}" "${oldDeps}" 399 cp "${allDeps}" "${oldDeps}"
|
D | archive_repack.sh | 84 cp "${infile}" "${tempdir}/archive"
|
/build/make/packaging/ |
D | distdir.mk | 33 $(2): .KATI_TAGS += ;rule_name=dist-cp 37 cp $$< $$@
|
/build/soong/cuj/ |
D | run_cuj_tests.sh | 27 cp -r "${OUT_DIR}/cuj_tests/logs" "${DIST_DIR}"
|
/build/blueprint/tests/ |
D | test_tree_tests.sh | 24 cp -r tests/test_tree "${SRCDIR}" 25 cp -r "${TOP}" "${SRCDIR}/blueprint"
|
/build/soong/rust/ |
D | binary_test.go | 231 cp := foo.Rule("android.Cp") 232 if strings.HasSuffix(cp.Input.String(), "unstripped/foo") { 233 t.Errorf("installed binary not based on stripped version: %v", cp.Input)
|
/build/make/core/ |
D | static_java_library.mk | 216 $(hide) cp $(PRIVATE_ANDROID_MANIFEST) $(dir $@)aar/AndroidManifest.xml 217 $(hide) cp $(PRIVATE_CLASSES_JAR) $(dir $@)aar/classes.jar 219 $(hide) $(foreach res,$(PRIVATE_RESOURCE_DIR),cp -Rfn $(res)/* $(dir $@)aar/res;) 220 $(hide) cp $(PRIVATE_R_TXT) $(dir $@)aar/R.txt
|
D | layoutlib_data.mk | 12 $(hide) cp -vf $< $@ 22 $(hide) cp -vf $< $@ 32 $(hide) cp -vf $< $@ 57 cp $< $@ 80 cp -r $(LAYOUTLIB_RES)/compiled_apk/res $(LAYOUTLIB_RES)/data
|
D | Makefile | 244 @cp -f $< $@ 463 cp -r $(3)/$(DEPMOD_STAGING_SUBDIR)/$(2)/lib/modules $$(PRIVATE_OUTPUT_DIR)/lib/; \ 467 cp $$(PRIVATE_MODULES) $$(PRIVATE_MODULE_DIR)/; \ 480 cp $$(PRIVATE_EXTRA_MODULES) $$(PRIVATE_EXTRA_MODULE_DIR); \ 1147 …cp -r $(RAMDISK_16K_STAGING_DIR)/lib/modules/0.0 $(TARGET_OUT_RAMDISK_16K)/lib/modules/$$KERNEL_RE… 1437 cp $(INTERNAL_PREBUILT_BOOTIMAGE) $@ 1454 cp $(INTERNAL_PREBUILT_BOOTIMAGE) $@ 1540 cp $(INTERNAL_PREBUILT_INIT_BOOT_IMAGE) $@ 1552 cp $(INTERNAL_PREBUILT_INIT_BOOT_IMAGE) $@ 2527 …$(foreach filename,$(PRIVATE_SOURCE_FONTS), cp $(filename) $(PRIVATE_RECOVERY_FONT_FILES_DIR) &&) … [all …]
|
/build/make/core/tasks/tools/ |
D | build_custom_image.mk | 120 cp -Rf $(word 1,$(pair)) $(word 2,$(pair));) 121 $(if $($(PRIVATE_PICKUP_FILES)),$(hide) cp -Rf $(PRIVATE_PICKUP_FILES) $(PRIVATE_STAGING_DIR)) 153 $(call copy-file-to-new-target-with-cp)
|
D | package-modules.mk | 105 cp -Rf $(word 1,$(pair)) $(word 2,$(pair)) && ) true 107 cp -RfL $(f) $(PRIVATE_STAGING_DIR) && ) true
|
/build/make/tools/docker/ |
D | README.md | 8 $ cp ~/.gitconfig gitconfig
|
/build/bazel/ci/ |
D | determinism_test.sh | 98 cp $FIRST_FILE $TEST_FILE $DIST_DIR
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/frameworks/base/tools/aapt/ |
D | BUILD.bazel.template | 27 cmd="cp -t $(RULEDIR) $<")
|
/build/pesto/experiments/prepare_bazel_test_env/data/templates/packages/modules/adb/ |
D | BUILD.bazel.template | 27 cmd="cp -t $(RULEDIR) $<")
|
123