Searched refs:went (Results 1 – 3 of 3) sorted by relevance
75 from which all flames originate, something went wrong. : Stack unwinding may
2327 struct _wdirent* const went = _wreaddir(wdir); in adb_readdir() local2328 if (went == nullptr) { in adb_readdir()2334 if (!android::base::WideToUTF8(went->d_name, &name_utf8)) { in adb_readdir()2340 struct dirent* ent = reinterpret_cast<struct dirent*>(went); in adb_readdir()2342 if (name_utf8.length() + 1 > sizeof(went->d_name)) { in adb_readdir()
302 explaining what went wrong. An example is shown below:333 what went wrong.