Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile.cc27 : error_details_(FILE_ERROR_FAILED), in File()
34 : error_details_(FILE_OK), created_(false), async_(false) { in File()
43 error_details_(FILE_OK), in File()
52 : error_details_(error_details), in File()
60 error_details_(other.error_details()), in File()
73 error_details_ = other.error_details(); in operator =()
89 error_details_ = FILE_ERROR_ACCESS_DENIED; in Initialize()
Dfile.h191 Error error_details() const { return error_details_; } in error_details()
372 Error error_details_; variable
Dfile_posix.cc469 error_details_ = FILE_ERROR_FAILED; in DoInitialize()
514 error_details_ = File::GetLastFileError(); in DoInitialize()
525 error_details_ = FILE_OK; in DoInitialize()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/tls/
Dgrpc_tls_credentials_options.h36 grpc_tls_error_details() : error_details_("") {} in grpc_tls_error_details()
38 error_details_ = err_details; in set_error_details()
40 const std::string& error_details() { return error_details_; } in error_details()
43 std::string error_details_;
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dinterceptor_common.h109 *error_details_); in GetSendStatus()
114 *error_details_ = status.error_details(); in ModifySendStatus()
159 error_details_ = error_details; in SetSendStatus()
400 std::string* error_details_ = nullptr; variable
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Dinterceptor_common.h109 *error_details_); in GetSendStatus()
114 *error_details_ = status.error_details(); in ModifySendStatus()
159 error_details_ = error_details; in SetSendStatus()
400 std::string* error_details_ = nullptr; variable