HomeSort by relevance Sort by last modified time
    Searched refs:error_details_ (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/files/
file.cc 24 : error_details_(FILE_ERROR_FAILED),
31 : error_details_(FILE_OK), created_(false), async_(false) {
38 error_details_(FILE_OK),
47 : error_details_(error_details),
55 error_details_(other.error_details()),
78 error_details_ = other.error_details();
87 error_details_ = FILE_ERROR_ACCESS_DENIED;
file.h 197 Error error_details() const { return error_details_; }
331 Error error_details_; member in class:base::File
file_posix.cc 455 error_details_ = FILE_ERROR_FAILED;
500 error_details_ = File::OSErrorToFileError(errno);
511 error_details_ = FILE_OK;
  /system/connectivity/shill/
service.cc 157 error_details_(kErrorDetailsNone),
233 store_.RegisterConstString(kErrorDetailsProperty, &error_details_);
    [all...]
service.h 437 const std::string& error_details() const { return error_details_; }
839 std::string error_details_; member in class:shill::Service
    [all...]

Completed in 96 milliseconds