Searched refs:cp (Results 1 – 25 of 54) sorted by relevance
123
/build/soong/ui/status/ |
D | critical_path_test.go | 62 msgs: func(cp *testCriticalPath) {}, 66 msgs: func(cp *testCriticalPath) { 67 cp.start(0, 0, []string{"a"}, nil) 68 cp.start(1, 0, []string{"a"}, nil) 69 cp.finish(0, 1000) 70 cp.finish(0, 2000) 82 msgs: func(cp *testCriticalPath) { 83 cp.start(0, 0, []string{"a"}, nil) 84 cp.finish(0, 1000) 85 cp.start(1, 1000, []string{"b"}, []string{"a"}) [all …]
|
D | critical_path.go | 60 func (cp *criticalPath) StartAction(action *Action, counts Counts) { 61 start := cp.clock.Now() 62 if cp.start.IsZero() { 63 cp.start = start 65 cp.running[action] = start 68 func (cp *criticalPath) FinishAction(result ActionResult, counts Counts) { 69 if start, ok := cp.running[result.Action]; ok { 70 delete(cp.running, result.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 | 154 for i, cp := range v.properties.Chained_partitions { 155 name := proptools.String(cp.Name) 161 ril := proptools.IntDefault(cp.Rollback_index_location, i+1) 168 if cp.Public_key != nil { 169 publicKey = android.PathForModuleSrc(ctx, proptools.String(cp.Public_key)) 210 for _, cp := range v.properties.Chained_partitions { 211 if cp.Private_key == nil { 215 name := proptools.String(cp.Name) 226 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 | reverse-deps.sh | 191 cp "${allDeps}" "${newDeps}" 192 cp "${allDeps}" "${oldDeps}" 225 cp "${allDeps}" "${oldDeps}"
|
D | freeze-sysprop-api-files.sh | 39 m "$2-check-api" && cp -f "${api_dir}/$2-current.txt" "${api_dir}/$2-latest.txt"
|
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/core/ |
D | layoutlib_fonts.mk | 12 $(hide) cp -vf $< $@ 22 $(hide) cp -vf $< $@
|
D | static_java_library.mk | 210 $(hide) cp $(PRIVATE_ANDROID_MANIFEST) $(dir $@)aar/AndroidManifest.xml 211 $(hide) cp $(PRIVATE_CLASSES_JAR) $(dir $@)aar/classes.jar 213 $(hide) $(foreach res,$(PRIVATE_RESOURCE_DIR),cp -Rfn $(res)/* $(dir $@)aar/res;) 214 $(hide) cp $(PRIVATE_R_TXT) $(dir $@)aar/R.txt
|
D | Makefile | 155 @cp -f $< $@ 357 cp -r $(3)/$(DEPMOD_STAGING_SUBDIR)/$(2)/lib/modules $$(PRIVATE_OUTPUT_DIR)/lib/; \ 361 cp $$(PRIVATE_MODULES) $$(PRIVATE_MODULE_DIR)/; \ 1194 cp $(INTERNAL_PREBUILT_BOOTIMAGE) $@ 1207 cp $(INTERNAL_PREBUILT_BOOTIMAGE) $@ 1262 cp $(INTERNAL_PREBUILT_INIT_BOOT_IMAGE) $@ 1273 cp $(INTERNAL_PREBUILT_INIT_BOOT_IMAGE) $@ 2282 …$(foreach filename,$(PRIVATE_SOURCE_FONTS), cp $(filename) $(PRIVATE_RECOVERY_FONT_FILES_DIR) &&) … 2479 …cp $(TARGET_ROOT_OUT)/init.recovery.*.rc $(TARGET_RECOVERY_ROOT_OUT)/ 2> /dev/null || true # Ignor… 2482 cp -rf $(recovery_resources_common)/* $(TARGET_RECOVERY_ROOT_OUT)/res [all …]
|
/build/bazel/ci/ |
D | diffs.sh | 78 cp "$LEGACY_OUTPUT" "$LEGACY_COLLECTION_DIR" 81 cp "$MIXED_OUTPUT" "$MIXED_COLLECTION_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 | 204 cp := foo.Rule("android.Cp") 205 if strings.HasSuffix(cp.Input.String(), "unstripped/foo") { 206 t.Errorf("installed binary not based on stripped version: %v", cp.Input)
|
D | library_test.go | 281 cp := foo.Rule("android.Cp") 282 if strings.HasSuffix(cp.Input.String(), "unstripped/libfoo.dylib.so") { 283 t.Errorf("installed library not based on stripped version: %v", cp.Input)
|
/build/soong/cuj/ |
D | run_cuj_tests.sh | 27 cp -r "${OUT_DIR}/cuj_tests/logs" "${DIST_DIR}"
|
/build/make/core/tasks/tools/ |
D | build_custom_image.mk | 123 cp -Rf $(word 1,$(pair)) $(word 2,$(pair));) 124 $(if $($(PRIVATE_PICKUP_FILES)),$(hide) cp -Rf $(PRIVATE_PICKUP_FILES) $(PRIVATE_STAGING_DIR)) 163 $(call copy-file-to-new-target-with-cp)
|
D | package-modules.mk | 104 cp -Rf $(word 1,$(pair)) $(word 2,$(pair)) && ) true 106 cp -RfL $(f) $(dir $@) && ) true
|
D | compatibility.mk | 111 cp $(PRIVATE_TOOLS) $(PRIVATE_OUT_DIR)/tools 112 …$(if $(PRIVATE_DYNAMIC_CONFIG),$(hide) cp $(PRIVATE_DYNAMIC_CONFIG) $(PRIVATE_OUT_DIR)/testcases/$…
|
/build/make/packaging/ |
D | distdir.mk | 34 cp $$< $$@
|
/build/soong/java/ |
D | app_builder.go | 127 `cp ${manifest} ${outDir}/AndroidManifest.xml && ` + 128 `cp ${classesJar} ${outDir}/classes.jar && ` + 129 `cp ${rTxt} ${outDir}/R.txt && ` +
|
/build/make/tools/docker/ |
D | README.md | 8 $ cp ~/.gitconfig gitconfig
|
123