Home
last modified time | relevance | path

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

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