Home
last modified time | relevance | path

Searched defs:dst_fd (Results 1 – 3 of 3) sorted by relevance

/system/core/libdiskconfig/
Ddiskutils.c36 int dst_fd = -1; in write_raw_image() local
/system/extras/boot_control_copy/
Dboot_control_copy.c97 static bool copy_data(int src_fd, int dst_fd, size_t num_bytes) in copy_data()
137 int src_fd, dst_fd; in module_setActiveBootSlot() local
/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp103 static bool forward_output(int src_fd, int dst_fd) { in forward_output()