Searched refs:AddSystemError (Results 1 - 4 of 4) sorted by relevance
/external/libbrillo/brillo/errors/ |
H A D | error_codes_unittest.cc | 9 using brillo::errors::system::AddSystemError; 14 AddSystemError(&error, FROM_HERE, ENOENT); 20 AddSystemError(&error, FROM_HERE, EPROTO); 29 AddSystemError(&error, FROM_HERE, 10000);
|
H A D | error_codes.h | 35 BRILLO_EXPORT void AddSystemError(ErrorPtr* error,
|
H A D | error_codes.cc | 208 void AddSystemError(ErrorPtr* error, function in namespace:brillo::errors::system
|
/external/libbrillo/brillo/streams/ |
H A D | file_stream.cc | 244 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); 248 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); 269 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); 276 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); 300 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); 315 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); 387 errors::system::AddSystemError(error, FROM_HERE, errno); 433 errors::system::AddSystemError(error, FROM_HERE, errno); 461 errors::system::AddSystemError(error, FROM_HERE, errno); 486 errors::system::AddSystemError(erro [all...] |
Completed in 245 milliseconds