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

  /system/core/base/
errors_test.cpp 28 SystemErrorCodeToString(-1);
29 SystemErrorCodeToString(0);
30 SystemErrorCodeToString(1);
errors_unix.cpp 24 std::string SystemErrorCodeToString(int error_code) {
errors_windows.cpp 36 std::string SystemErrorCodeToString(int int_error_code) {
  /system/core/base/include/android-base/
errors.h 41 std::string SystemErrorCodeToString(int error_code);
  /system/core/adb/client/
usb_windows.cpp 216 android::base::SystemErrorCodeToString(GetLastError()).c_str());
227 android::base::SystemErrorCodeToString(GetLastError()).c_str());
234 android::base::SystemErrorCodeToString(GetLastError()).c_str());
271 android::base::SystemErrorCodeToString(GetLastError()).c_str());
280 android::base::SystemErrorCodeToString(GetLastError()).c_str());
289 android::base::SystemErrorCodeToString(GetLastError()).c_str());
298 android::base::SystemErrorCodeToString(GetLastError()).c_str());
311 android::base::SystemErrorCodeToString(GetLastError()).c_str());
343 android::base::SystemErrorCodeToString(GetLastError()).c_str());
362 android::base::SystemErrorCodeToString(GetLastError()).c_str())
    [all...]
main.cpp 169 android::base::SystemErrorCodeToString(GetLastError()).c_str());
  /frameworks/base/tools/aapt2/io/
FileStream.cpp 34 using ::android::base::SystemErrorCodeToString;
45 error_ = SystemErrorCodeToString(errno);
76 error_ = SystemErrorCodeToString(errno);
117 error_ = SystemErrorCodeToString(errno);
183 error_ = SystemErrorCodeToString(errno);
  /external/libbrillo/brillo/
binder_watcher.cc 60 << logging::SystemErrorCodeToString(err);
  /frameworks/base/tools/aapt2/format/
Archive.cpp 33 using ::android::base::SystemErrorCodeToString;
67 error_ = SystemErrorCodeToString(errno);
79 error_ = SystemErrorCodeToString(errno);
132 error_ = SystemErrorCodeToString(errno);
  /frameworks/base/tools/aapt2/util/
Files.cpp 43 using ::android::base::SystemErrorCodeToString;
179 *out_error = SystemErrorCodeToString(errno);
187 *out_error = SystemErrorCodeToString(errno);
200 *out_error = SystemErrorCodeToString(errno);
296 diag->Error(DiagMessage() << SystemErrorCodeToString(errno));
  /system/core/adb/
sysdeps_win32.cpp 106 android::base::SystemErrorCodeToString(GetLastError()).c_str());
371 D("unknown error: %s", android::base::SystemErrorCodeToString(err).c_str());
417 D("unknown error: %s", android::base::SystemErrorCodeToString(err).c_str());
587 android::base::SystemErrorCodeToString(WSAGetLastError()).c_str());
593 D("closesocket failed: %s", android::base::SystemErrorCodeToString(err).c_str());
613 android::base::SystemErrorCodeToString(err).c_str());
629 android::base::SystemErrorCodeToString(err).c_str());
665 android::base::SystemErrorCodeToString(rc).c_str());
723 android::base::SystemErrorCodeToString(err).c_str());
735 android::base::SystemErrorCodeToString(err).c_str())
    [all...]
adb.cpp 506 android::base::SystemErrorCodeToString(GetLastError()).c_str());
522 android::base::SystemErrorCodeToString(GetLastError()).c_str());
608 android::base::SystemErrorCodeToString(err).c_str());
683 android::base::SystemErrorCodeToString(GetLastError()).c_str());
755 android::base::SystemErrorCodeToString(GetLastError()).c_str());
780 android::base::SystemErrorCodeToString(GetLastError()).c_str());
848 android::base::SystemErrorCodeToString(err).c_str()).c_str());
877 android::base::SystemErrorCodeToString(GetLastError()).c_str());
    [all...]
adb_utils.cpp 236 D("SHGetFolderPathW failed: %s", android::base::SystemErrorCodeToString(hr).c_str());
301 android::base::SystemErrorCodeToString(GetLastError()).c_str());
  /frameworks/base/libs/androidfw/
ApkAssets.cpp 37 using base::SystemErrorCodeToString;
84 LOG(ERROR) << "Failed to open file '" << path << "': " << SystemErrorCodeToString(errno);
90 LOG(ERROR) << "Failed to get size of file '" << path << "': " << SystemErrorCodeToString(errno);
96 LOG(ERROR) << "Failed to mmap file '" << path << "': " << SystemErrorCodeToString(errno);
  /external/libchrome/base/
logging.cc 856 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
871 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
889 stream() << ": " << SystemErrorCodeToString(err_);
905 stream() << ": " << SystemErrorCodeToString(err_);
logging.h     [all...]
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 54 using ::android::base::SystemErrorCodeToString;
158 << SystemErrorCodeToString(errno));
177 << SystemErrorCodeToString(errno));
523 << SystemErrorCodeToString(errno));
  /system/core/fastboot/
fs.cpp 68 android::base::SystemErrorCodeToString(GetLastError()).c_str());
socket.cpp 289 return android::base::SystemErrorCodeToString(error_code);

Completed in 544 milliseconds