Home | History | Annotate | Download | only in adb

Lines Matching refs:mode_wide

2537     std::wstring mode_wide;
2538 if (!android::base::UTF8ToWide(mode, &mode_wide)) {
2542 return _wfopen(path_wide.c_str(), mode_wide.c_str());