Searched refs:cp (Results 1 – 17 of 17) sorted by relevance
/build/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
|
/build/tools/zipalign/ |
D | ZipAlign.cpp | 220 const char* cp = argv[0] +1; in main() local 222 while (*cp != '\0') { in main() 223 switch (*cp) { in main() 237 fprintf(stderr, "ERROR: unknown flag -%c\n", *cp); in main() 242 cp++; in main()
|
/build/core/ |
D | pdk_config.mk | 135 $(hide) cp -fpPR $< $@ 140 $(hide) cp -fpPR $< $@ 153 $(hide) cp -fpPR $$< $$@ 169 $(hide) cp -fpPR $< $@
|
D | Makefile | 56 @cp -f $< $@ 850 $(hide) cp -R $(TARGET_ROOT_OUT) $(TARGET_RECOVERY_OUT) 853 $(hide) cp -f $(recovery_initrc) $(TARGET_RECOVERY_ROOT_OUT)/ 855 $(hide) cp -f $(recovery_sepolicy) $(TARGET_RECOVERY_ROOT_OUT)/sepolicy 856 $(hide) -cp $(TARGET_ROOT_OUT)/init.recovery.*.rc $(TARGET_RECOVERY_ROOT_OUT)/ 857 $(hide) cp -f $(recovery_binary) $(TARGET_RECOVERY_ROOT_OUT)/sbin/ 860 $(hide) cp -rf $(recovery_resources_common)/* $(TARGET_RECOVERY_ROOT_OUT)/res 861 $(hide) cp -f $(recovery_font) $(TARGET_RECOVERY_ROOT_OUT)/res/images/font.png 863 cp -rf $(item) $(TARGET_RECOVERY_ROOT_OUT)/) 865 cp -f $(item) $(TARGET_RECOVERY_ROOT_OUT)/etc/recovery.fstab) [all …]
|
D | distdir.mk | 41 $$(copy-file-to-new-target-with-cp)
|
D | sdk_font.mk | 27 $(hide) cp -vf $< $@
|
D | dynamic_binary.mk | 127 $(copy-file-to-target-with-cp)
|
D | definitions.mk | 817 $(hide) cp $(1) $(2); \ 1753 $(hide) cp $(2) $(dir $@)lib/$(1) 1847 $$(copy-file-to-new-target-with-cp) 1900 define copy-file-to-target-with-cp 1902 $(hide) cp -fp $< $@ 1927 define copy-file-to-new-target-with-cp 1929 $(hide) cp -f $< $@
|
D | package_internal.mk | 488 $(hide) cp $< $@
|
D | java.mk | 287 $(hide) mkdir -p $(dir $@) && cp -f $< $@
|
D | base_rules.mk | 556 $(copy-file-to-target-with-cp)
|
/build/core/tasks/tools/ |
D | package-modules.mk | 44 cp -rf $(word 1,$(pair)) $(word 2,$(pair));) 61 cp -rf $(f) $(dir $@);)
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | carousel.js | 178 function slide(goal, id, go_left, cp) { argument 195 … left = (ease(current_frame/animation.frames) * Math.abs(animation.goal - animation.origin)) - cp;
|
D | jquery-1.6.2.min.js | 16 …cm.slice(0,b)),function(){c[this]=a});return c}function cq(){cn=b}function cp(){setTimeout(cq,0);r… function
|
/build/core/tasks/ |
D | factory_bundle.mk | 75 $(hide) ( cp -r $(PRIVATE_ROOT_DIR) $(PRIVATE_NAMED_DIR) \
|
/build/tools/droiddoc/test/stubs/ |
D | func.sh | 54 && cp -fr tools/droiddoc/templates/assets/* $OBJ_DIR/docs/assets/ \
|
/build/tools/droiddoc/templates-ds/assets/js/ |
D | global-libraries-combined.js | 3 …veChild(ck)}cj[a]=e}return cj[a]}function ct(a,b){var c={};f.each(cp.concat.apply([],cp.slice(0,b)…
|