Searched refs:AddSystemError (Results 1 – 4 of 4) sorted by relevance
/external/libbrillo/brillo/errors/ |
D | error_codes_test.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 | 36 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 | 234 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in Open() 238 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in Open() 259 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in CreateTemporary() 266 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in CreateTemporary() 290 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in FromFileDescriptor() 305 brillo::errors::system::AddSystemError(error, FROM_HERE, errno); in FromFileDescriptor() 377 errors::system::AddSystemError(error, FROM_HERE, errno); in SetSizeBlocking() 423 errors::system::AddSystemError(error, FROM_HERE, errno); in Seek() 451 errors::system::AddSystemError(error, FROM_HERE, errno); in ReadNonBlocking() 476 errors::system::AddSystemError(error, FROM_HERE, errno); in WriteNonBlocking() [all …]
|