Home
last modified time | relevance | path

Searched refs:socket (Results 1 – 4 of 4) sorted by relevance

/bootable/recovery/uncrypt/
Duncrypt.cpp202 static bool write_status_to_socket(int status, int socket) { in write_status_to_socket() argument
205 if (socket == -1) { in write_status_to_socket()
209 return android::base::WriteFully(socket, &status_out, sizeof(int)); in write_status_to_socket()
247 bool encrypted, int socket) { in produce_block_map() argument
262 if (!write_status_to_socket(0, socket)) { in produce_block_map()
263 LOG(ERROR) << "failed to write to socket " << socket; in produce_block_map()
317 write_status_to_socket(progress, socket); in produce_block_map()
448 static int uncrypt(const char* input_path, const char* map_file, const int socket) { in uncrypt() argument
482 return produce_block_map(path, map_file, blk_dev, encrypted, socket); in uncrypt()
495 static bool uncrypt_wrapper(const char* input_path, const char* map_file, const int socket) { in uncrypt_wrapper() argument
[all …]
Duncrypt.rc3 socket uncrypt stream 600 system system
9 socket uncrypt stream 600 system system
15 socket uncrypt stream 600 system system
/bootable/recovery/tests/component/
Duncrypt_test.cpp87 int sockfd = socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0); in TEST_F()
157 int sockfd = socket(AF_UNIX, SOCK_STREAM | SOCK_CLOEXEC, 0); in TEST_F()
/bootable/recovery/etc/
Dinit.rc91 socket adbd stream 660 system system