HomeSort by relevance Sort by last modified time
    Searched refs:SystemErrorCodeToString (Results 1 - 21 of 21) 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 226 android::base::SystemErrorCodeToString(GetLastError()).c_str());
237 android::base::SystemErrorCodeToString(GetLastError()).c_str());
244 android::base::SystemErrorCodeToString(GetLastError()).c_str());
288 android::base::SystemErrorCodeToString(GetLastError()).c_str());
299 android::base::SystemErrorCodeToString(GetLastError()).c_str());
310 android::base::SystemErrorCodeToString(GetLastError()).c_str());
322 android::base::SystemErrorCodeToString(GetLastError()).c_str());
338 android::base::SystemErrorCodeToString(GetLastError()).c_str());
373 android::base::SystemErrorCodeToString(GetLastError()).c_str());
397 android::base::SystemErrorCodeToString(GetLastError()).c_str())
    [all...]
main.cpp 52 android::base::SystemErrorCodeToString(GetLastError()).c_str());
171 android::base::SystemErrorCodeToString(GetLastError()).c_str());
  /external/libbrillo/brillo/
binder_watcher.cc 60 << logging::SystemErrorCodeToString(err);
  /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 509 h, android::base::SystemErrorCodeToString(GetLastError()).c_str());
525 android::base::SystemErrorCodeToString(GetLastError()).c_str());
610 android::base::SystemErrorCodeToString(err).c_str());
665 android::base::SystemErrorCodeToString(GetLastError()).c_str());
738 android::base::SystemErrorCodeToString(GetLastError()).c_str());
763 android::base::SystemErrorCodeToString(GetLastError()).c_str());
830 android::base::SystemErrorCodeToString(err).c_str()).c_str());
861 wait_result, android::base::SystemErrorCodeToString(GetLastError()).c_str());
    [all...]
adb_utils.cpp 227 D("SHGetFolderPathW failed: %s", android::base::SystemErrorCodeToString(hr).c_str());
sysdeps.h 140 android::base::SystemErrorCodeToString(GetLastError()).c_str());
  /frameworks/base/tools/aapt2/util/
Files.cpp 159 if (out_error) *out_error = android::base::SystemErrorCodeToString(errno);
167 if (out_error) *out_error = android::base::SystemErrorCodeToString(errno);
178 if (out_error) *out_error = android::base::SystemErrorCodeToString(errno);
273 diag->Error(DiagMessage() << android::base::SystemErrorCodeToString(errno));
  /frameworks/base/tools/aapt2/flatten/
Archive.cpp 65 error_ = android::base::SystemErrorCodeToString(errno);
77 error_ = android::base::SystemErrorCodeToString(errno);
126 error_ = android::base::SystemErrorCodeToString(errno);
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 149 << android::base::SystemErrorCodeToString(errno));
168 << android::base::SystemErrorCodeToString(errno));
201 << android::base::SystemErrorCodeToString(errno));
398 << android::base::SystemErrorCodeToString(errno));
484 << android::base::SystemErrorCodeToString(errno));
Link.cpp 626 << android::base::SystemErrorCodeToString(errno));
    [all...]
  /external/libchrome/base/
logging.cc 835 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
850 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code) {
868 stream() << ": " << SystemErrorCodeToString(err_);
884 stream() << ": " << SystemErrorCodeToString(err_);
logging.h     [all...]
  /system/core/fastboot/
socket.cpp 289 return android::base::SystemErrorCodeToString(error_code);
  /system/extras/perfprofd/quipper/base/
logging.h 534 BASE_EXPORT std::string SystemErrorCodeToString(SystemErrorCode error_code);
  /frameworks/base/tools/aapt2/compile/
PngCrunch.cpp 151 << android::base::SystemErrorCodeToString(errno));
  /frameworks/base/tools/aapt2/java/
JavaClassGenerator.cpp 642 error_ = android::base::SystemErrorCodeToString(errno);

Completed in 817 milliseconds