Searched refs:kOperationNotSupported (Results 1 – 7 of 7) sorted by relevance
/external/libbrillo/brillo/streams/ |
D | stream.cc | 34 errors::stream::kOperationNotSupported, in ReadAsync() 53 errors::stream::kOperationNotSupported, in ReadAllAsync() 109 errors::stream::kOperationNotSupported, in WriteAsync() 126 errors::stream::kOperationNotSupported, in WriteAllAsync()
|
D | stream_errors.cc | 14 const char kOperationNotSupported[] = "operation_not_supported"; variable
|
D | stream_errors.h | 18 BRILLO_EXPORT extern const char kOperationNotSupported[];
|
D | memory_containers.cc | 20 errors::stream::kOperationNotSupported, in ErrorStreamReadOnly()
|
D | stream_unittest.cc | 142 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()
|
D | stream_utils.cc | 98 errors::stream::kOperationNotSupported, in ErrorOperationNotSupported()
|
D | stream_utils_unittest.cc | 62 EXPECT_EQ(errors::stream::kOperationNotSupported, error->GetCode()); in TEST()
|