OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kOperationNotSupported
(Results
1 - 7
of
7
) sorted by null
/external/libbrillo/brillo/streams/
stream_errors.cc
14
const char
kOperationNotSupported
[] = "operation_not_supported";
stream_errors.h
18
BRILLO_EXPORT extern const char
kOperationNotSupported
[];
memory_containers.cc
20
errors::stream::
kOperationNotSupported
,
stream.cc
34
errors::stream::
kOperationNotSupported
,
53
errors::stream::
kOperationNotSupported
,
109
errors::stream::
kOperationNotSupported
,
126
errors::stream::
kOperationNotSupported
,
stream_unittest.cc
142
EXPECT_EQ(errors::stream::
kOperationNotSupported
, error->GetCode());
188
EXPECT_EQ(errors::stream::
kOperationNotSupported
, error->GetCode());
385
EXPECT_EQ(errors::stream::
kOperationNotSupported
, error->GetCode());
stream_utils.cc
98
errors::stream::
kOperationNotSupported
,
stream_utils_unittest.cc
62
EXPECT_EQ(errors::stream::
kOperationNotSupported
, error->GetCode());
Completed in 275 milliseconds