OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_files
(Results
1 - 3
of
3
) 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:
/system/extras/tests/workloads/
pwrtest.sh
131
function
copy_files
{
function
255
copy_files
/pdk/build/
pdk_utils.py
48
def
copy_files
(src_top, dest_top, files_name):
function
Completed in 58 milliseconds