HomeSort by relevance Sort by last modified time
    Searched full:copy_files (Results 1 - 4 of 4) sorted by null

  /external/autotest/client/cros/
verity_utils.py 46 backing_path = vi.create_backing_image(100, copy_files=['/bin/ls'])
134 def _create_fs(self, copy_files):
138 if type(copy_files) is list:
139 for file in copy_files:
202 copy_files=None):
204 will create a filesystem and copy any files in a copy_files list to
211 self._create_fs(copy_files)
213 if type(copy_files) is list and len(copy_files) != 0:
  /external/pdfium/
update_pdfium.py 39 COPY_FILES = [os.path.basename(__file__), ".git", "MODULE_LICENSE_BSD", "NOTICE"] + MAKE_FILES
100 for fileName in COPY_FILES:
  /pdk/build/
pdk_utils.py 48 def copy_files(src_top, dest_top, files_name): function
  /system/extras/tests/workloads/
pwrtest.sh 131 function copy_files { function
255 copy_files

Completed in 201 milliseconds