HomeSort by relevance Sort by last modified time
    Searched refs:UNCRYPT_SOCKET (Results 1 - 2 of 2) sorted by null

  /bootable/recovery/tests/component/
uncrypt_test.cpp 35 static const std::string UNCRYPT_SOCKET = "/dev/socket/uncrypt";
91 strlcpy(un.sun_path, UNCRYPT_SOCKET.c_str(), sizeof(un.sun_path));
  /bootable/recovery/uncrypt/
uncrypt.cpp 141 static const std::string UNCRYPT_SOCKET = "uncrypt";
660 android::base::unique_fd service_socket(android_get_control_socket(UNCRYPT_SOCKET.c_str()));
662 PLOG(ERROR) << "failed to open socket \"" << UNCRYPT_SOCKET << "\"";

Completed in 195 milliseconds