Home
last modified time | relevance | path

Searched refs:convert_to_raw (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/qcow_utils/src/
Dqcow_utils.h26 int convert_to_raw(int src_fd, int dst_fd);
Dqcow_utils.rs135 pub unsafe extern "C" fn convert_to_raw(src_fd: c_int, dst_fd: c_int) -> c_int { in convert_to_raw() function