Home
last modified time | relevance | path

Searched defs:target_file (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py117 def _copy_to_binary_cache(self, from_path, expected_build_id, target_file): argument
132 def _need_to_copy(self, source_file, target_file, expected_build_id): argument
/system/update_engine/common/
Dutils_unittest.cc415 string target_file = mnt_dir.GetPath().Append("empty-file").value(); in TEST() local