Home
last modified time | relevance | path

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

/bootable/recovery/uncrypt/
Duncrypt.cpp199 static bool write_status_to_socket(int status, int socket) { in write_status_to_socket()
244 const std::string& blk_dev, bool encrypted, bool f2fs_fs, int socket) { in ProductBlockMap()
469 static int Uncrypt(const std::string& input_path, const std::string& map_file, int socket) { in Uncrypt()
514 static bool uncrypt_wrapper(const char* input_path, const char* map_file, const int socket) { in uncrypt_wrapper()
556 static bool clear_bcb(const int socket) { in clear_bcb()
567 static bool setup_bcb(const int socket) { in setup_bcb()
/bootable/libbootloader/gbl/efi/src/
Dfastboot.rs46 socket: &'c mut EfiTcpSocket<'a, 'b>, field
Dnet.rs473 let socket = self.socket_set.get_mut::<UdpSocket>(handle); in broadcast_fuchsia_fastboot_mdns() localVariable