HomeSort by relevance Sort by last modified time
    Searched refs:files_to_copy (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/build/
copy_test_data_ios.py 79 files_to_copy = CalcInputs(arglist)
91 CopyFiles(files_to_copy, options.output_dir)
  /build/core/tasks/
sdk-addon.mk 29 files_to_copy := macro
50 $(eval files_to_copy += $(addon_dir_leaf):$(_src):$(_dest)) \
60 $(eval files_to_copy += $(_root):$(_src):$(_dest)) \
65 files_to_copy += \
74 $(foreach cf,$(files_to_copy), \
  /external/chromium_org/native_client_sdk/src/build_tools/
build_sdk.py 468 files_to_copy = [('sel_ldr', 'sel_ldr64')]
470 files_to_copy.append(('nacl_helper_bootstrap', 'nacl_helper_bootstrap64'))
472 for src, dst in files_to_copy:
    [all...]

Completed in 5787 milliseconds