Home | History | Annotate | Download | only in component

Lines Matching defs:uncrypt

36 static const std::string UNCRYPT_SOCKET = "/dev/socket/uncrypt";
39 static const std::string INIT_SVC_UNCRYPT = "init.svc.uncrypt";
45 ASSERT_TRUE(android::base::SetProperty("ctl.stop", "uncrypt"));
51 std::string uncrypt = android::base::GetProperty(INIT_SVC_UNCRYPT, "");
53 << "] uncrypt: [" << uncrypt << "]";
54 if (setup_bcb != "running" && clear_bcb != "running" && uncrypt != "running") {
61 ASSERT_TRUE(success) << "uncrypt service is not available.";
97 // Connect to the uncrypt socket.
118 // Check the status code from uncrypt.