Home | History | Annotate | Download | only in adb

Lines Matching refs:went

2184     struct _wdirent* const went = _wreaddir(wdir);
2185 if (went == nullptr) {
2191 if (!android::base::WideToUTF8(went->d_name, &name_utf8)) {
2197 struct dirent* ent = reinterpret_cast<struct dirent*>(went);
2199 if (name_utf8.length() + 1 > sizeof(went->d_name)) {