Searched refs:dst_file (Results 1 – 4 of 4) sorted by relevance
/system/media/camera/docs/ |
D | metadata-generate | 145 local dst_file="$2" 149 local start_line="$(grep -n -F "${start_delim}" "${dst_file}" | cut -d: -f1)" 150 local end_line="$(grep -n -F "${end_delim}" "${dst_file}" | cut -d: -f1)" 159 echo "No starting delimiter found in ${dst_file}" >& 2 160 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2 165 echo "No ending delimiter found in ${dst_file}" >& 2 166 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2 172 echo "FAIL: Errors in inserting into $(relpath ${dst_file})" >& 2 180 head -n "$start_line" "${dst_file}" > "${tmp_name}" 182 tail -n "+${end_line}" "${dst_file}" >> "${tmp_name}" [all …]
|
/system/update_engine/lz4diff/ |
D | lz4diff_main.cc | 47 const FilesystemInterface::File& dst_file, in ExecuteLz4diff() argument 55 dst_image_path, dst_file.extents, &dst_blob, kBlockSize)); in ExecuteLz4diff() 62 dst_file.compressed_file_info, in ExecuteLz4diff() 102 auto dst_file = std::find_if( in ExecuteLz4diffOp() local 107 src_image_path, dst_image_path, src_file, *dst_file, patch_file, op); in ExecuteLz4diffOp() 123 auto dst_file = std::find_if( in ExecuteLz4diffOp() local 127 if (dst_file == dst_files.end()) { in ExecuteLz4diffOp() 133 src_image_path, dst_image_path, *src_file, *dst_file, patch_file, op); in ExecuteLz4diffOp()
|
/system/tools/mkbootimg/ |
D | repack_bootimg.py | 270 for src_pathname, dst_file in copy_pairs: 271 dst_pathname = os.path.join(self.ramdisk_dir, dst_file) 365 src_file, dst_file = pair.split(':', maxsplit=1) 367 src_file = dst_file = pair 380 if os.path.isabs(dst_file): 382 dst_file) 383 return (src_pathname, dst_file)
|
/system/update_engine/payload_consumer/ |
D | install_operation_executor.cc | 299 auto dst_file = std::make_unique<BsdiffExtentFile>( in ExecuteSourceBsdiffOperation() local 304 std::move(dst_file), in ExecuteSourceBsdiffOperation()
|