OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:files_to_copy
(Results
1 - 6
of
6
) sorted by null
/build/make/core/tasks/
sdk-addon.mk
32
files_to_copy
:=
macro
53
$(eval
files_to_copy
+= $(addon_dir_leaf):$(_src):$(_dest)) \
63
$(eval
files_to_copy
+= $(_root):$(_src):$(_dest)) \
68
files_to_copy
+= \
79
files_to_copy
+= \
84
$(foreach cf,$(
files_to_copy
), \
/external/v8/tools/
adb-d8.py
64
files_to_copy
= ["d8", "natives_blob.bin", "snapshot_blob.bin"]
69
["md5sum"] +
files_to_copy
,
/external/tensorflow/tensorflow/contrib/session_bundle/
exporter.py
46
def gfile_copy_callback(
files_to_copy
, export_dir_path):
55
files_to_copy
: A dictionary that maps original file paths to desired
61
for source_filepath, basename in
files_to_copy
.items():
/external/tensorflow/tensorflow/tools/compatibility/
ast_edits.py
594
files_to_copy
= []
610
files_to_copy
.append((fullpath, fullpath_output))
627
for input_path, output_path in
files_to_copy
:
/external/autotest/server/
site_linux_router.py
431
files_to_copy
= [(instance.log_file,
436
for remote_file, local_file in
files_to_copy
:
[
all
...]
/external/toolchain-utils/crosperf/
results_cache.py
63
def CopyFilesTo(self, dest_dir,
files_to_copy
):
65
for file_to_copy in
files_to_copy
:
Completed in 445 milliseconds