Home
last modified time | relevance | path

Searched refs:error_details_ (Results 1 – 3 of 3) sorted by relevance

/external/libchrome/base/files/
Dfile.cc24 : error_details_(FILE_ERROR_FAILED), in File()
31 : error_details_(FILE_OK), created_(false), async_(false) { in File()
38 error_details_(FILE_OK), in File()
47 : error_details_(error_details), in File()
55 error_details_(other.error_details()), in File()
78 error_details_ = other.error_details(); in operator =()
87 error_details_ = FILE_ERROR_ACCESS_DENIED; in Initialize()
Dfile.h197 Error error_details() const { return error_details_; } in error_details()
331 Error error_details_; variable
Dfile_posix.cc455 error_details_ = FILE_ERROR_FAILED; in DoInitialize()
500 error_details_ = File::OSErrorToFileError(errno); in DoInitialize()
511 error_details_ = FILE_OK; in DoInitialize()