Searched refs:socket (Results 1 – 5 of 5) sorted by relevance
/bootable/recovery/uncrypt/ |
D | uncrypt.cpp | 199 static bool write_status_to_socket(int status, int socket) { in write_status_to_socket() argument 202 if (socket == -1) { in write_status_to_socket() 206 return android::base::WriteFully(socket, &status_out, sizeof(int)); in write_status_to_socket() 244 const std::string& blk_dev, bool encrypted, bool f2fs_fs, int socket) { in ProductBlockMap() argument 258 if (!write_status_to_socket(0, socket)) { in ProductBlockMap() 259 LOG(ERROR) << "failed to write to socket " << socket; in ProductBlockMap() 339 write_status_to_socket(progress, socket); in ProductBlockMap() 469 static int Uncrypt(const std::string& input_path, const std::string& map_file, int socket) { in Uncrypt() argument 501 return ProductBlockMap(path, map_file, blk_dev, encrypted, f2fs_fs, socket); in Uncrypt() 514 static bool uncrypt_wrapper(const char* input_path, const char* map_file, const int socket) { in uncrypt_wrapper() argument [all …]
|
D | uncrypt.rc | 3 socket uncrypt stream 600 system system 9 socket uncrypt stream 600 system system 15 socket uncrypt stream 600 system system
|
/bootable/recovery/recovery_ui/ |
D | ethernet_device.cpp | 36 : Device(ui), ctl_sock_(socket(AF_INET, SOCK_STREAM | SOCK_CLOEXEC, 0)) { in EthernetDevice()
|
/bootable/recovery/tests/unit/ |
D | uncrypt_test.cpp | 93 int sockfd = socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0); in SetupOrClearBcb()
|
/bootable/recovery/etc/ |
D | init.rc | 73 socket recovery stream 422 system system 78 socket adbd stream 660 system system
|