Home
last modified time | relevance | path

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

/external/libbrillo/brillo/errors/
Derror_codes_test.cc9 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()
Derror_codes.h36 BRILLO_EXPORT void AddSystemError(ErrorPtr* error,
Derror_codes.cc208 void AddSystemError(ErrorPtr* error, in AddSystemError() function
/external/libbrillo/brillo/streams/
Dfile_stream.cc234 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 …]