Searched refs:AddSystemError (Results 1 – 4 of 4) sorted by relevance
/external/libbrillo/brillo/errors/ |
D | error_codes_unittest.cc | 9 using brillo::errors::system::AddSystemError; 14 AddSystemError(&error, FROM_HERE, ENOENT); in TEST() 20 AddSystemError(&error, FROM_HERE, EPROTO); in TEST() 29 AddSystemError(&error, FROM_HERE, 10000); in TEST()
|
D | error_codes.h | 35 BRILLO_EXPORT void AddSystemError(ErrorPtr* error,
|
D | error_codes.cc | 208 void AddSystemError(ErrorPtr* error, in AddSystemError() function
|
/external/libbrillo/brillo/streams/ |
D | file_stream.cc | 244 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in Open() 248 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in Open() 269 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in CreateTemporary() 276 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in CreateTemporary() 300 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in FromFileDescriptor() 315 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in FromFileDescriptor() 387 errors::system::AddSystemError(error, FROM_HERE, errno); in SetSizeBlocking() 433 errors::system::AddSystemError(error, FROM_HERE, errno); in Seek() 461 errors::system::AddSystemError(error, FROM_HERE, errno); in ReadNonBlocking() 486 errors::system::AddSystemError(error, FROM_HERE, errno); in WriteNonBlocking() [all …]
|