/external/libchrome/base/files/ |
file.cc | 46 File::File(Error error_details) 47 : error_details_(error_details), 55 error_details_(other.error_details()), 78 error_details_ = other.error_details();
|
file_unittest.cc | 29 EXPECT_EQ(base::File::FILE_ERROR_FAILED, file.error_details()); 33 EXPECT_EQ(base::File::FILE_ERROR_TOO_MANY_OPENED, file2.error_details()); 40 EXPECT_EQ(base::File::FILE_ERROR_NOT_FOUND, file.error_details()); 48 EXPECT_EQ(base::File::FILE_OK, file.error_details()); 56 EXPECT_EQ(base::File::FILE_OK, file.error_details()); 69 EXPECT_EQ(base::File::FILE_OK, file.error_details()); 81 EXPECT_EQ(base::File::FILE_ERROR_EXISTS, file.error_details()); 90 EXPECT_EQ(base::File::FILE_OK, file.error_details()); 101 EXPECT_EQ(base::File::FILE_OK, file.error_details()); 136 EXPECT_EQ(base::File::FILE_OK, file.error_details()); [all...] |
scoped_temp_dir_unittest.cc | 105 EXPECT_EQ(base::File::FILE_OK, file.error_details());
|
file.h | 167 // Creates an object with a specific error_details code. 168 explicit File(Error error_details); 197 Error error_details() const { return error_details_; } function in class:base::File
|
/system/connectivity/shill/vpn/ |
mock_openvpn_driver.h | 36 const std::string& error_details));
|
openvpn_driver.h | 79 // |error_details|, and disassociates from the service. 81 const std::string& error_details); 230 // ErrorDetails property to |error_details|; disassociates from the service. 233 const std::string& error_details);
|
third_party_vpn_driver.cc | 413 const std::string& error_details) { 415 << ", " << error_details << ")"; 430 service_->SetErrorDetails(error_details);
|
third_party_vpn_driver.h | 102 // ErrorDetails property to |error_details|; disassociates from the service. 106 const std::string& error_details);
|
openvpn_driver.cc | 193 const string& error_details) { 194 Cleanup(Service::kStateFailure, failure, error_details); 199 const string& error_details) { 201 << ", " << error_details << ")"; 250 service_->SetErrorDetails(error_details); [all...] |
openvpn_driver_unittest.cc | [all...] |
/system/media/brillo/audio/audioservice/ |
audio_daemon.cpp | 58 << base::File::ErrorToString(file.error_details()) << ")";
|
audio_device_handler.cpp | 69 << base::File::ErrorToString(file.error_details()) << " ).";
|
/system/connectivity/shill/ |
service_property_change_test.cc | 93 EXPECT_EQ(string(), service->error_details());
|
service_unittest.cc | [all...] |
service.h | 437 const std::string& error_details() const { return error_details_; } function in class:shill::Service [all...] |
/external/v8/src/debug/ |
debug.js | [all...] |