Searched refs:AddSystemError (Results 1 - 4 of 4) sorted by relevance

/external/libbrillo/brillo/errors/
H A Derror_codes_unittest.cc9 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 Derror_codes.h35 BRILLO_EXPORT void AddSystemError(ErrorPtr* error,
H A Derror_codes.cc208 void AddSystemError(ErrorPtr* error, function in namespace:brillo::errors::system
/external/libbrillo/brillo/streams/
H A Dfile_stream.cc244 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