Home
last modified time | relevance | path

Searched refs:kOperationNotSupported (Results 1 – 7 of 7) sorted by relevance

/external/libbrillo/brillo/streams/
Dstream.cc34 errors::stream::kOperationNotSupported, in ReadAsync()
53 errors::stream::kOperationNotSupported, in ReadAllAsync()
109 errors::stream::kOperationNotSupported, in WriteAsync()
126 errors::stream::kOperationNotSupported, in WriteAllAsync()
Dstream_errors.cc14 const char kOperationNotSupported[] = "operation_not_supported"; variable
Dstream_errors.h18 BRILLO_EXPORT extern const char kOperationNotSupported[];
Dmemory_containers.cc20 errors::stream::kOperationNotSupported, in ErrorStreamReadOnly()
Dstream_unittest.cc142 EXPECT_EQ(errors::stream::kOperationNotSupported, error->GetCode()); in TEST()
188 EXPECT_EQ(errors::stream::kOperationNotSupported, error->GetCode()); in TEST()
385 EXPECT_EQ(errors::stream::kOperationNotSupported, error->GetCode()); in TEST()
Dstream_utils.cc98 errors::stream::kOperationNotSupported, in ErrorOperationNotSupported()
Dstream_utils_unittest.cc62 EXPECT_EQ(errors::stream::kOperationNotSupported, error->GetCode()); in TEST()