HomeSort by relevance Sort by last modified time
    Searched defs:path_wide (Results 1 - 2 of 2) sorted by null

  /system/core/adb/sysdeps/win32/
stat.cpp 41 std::wstring path_wide; local
42 if (!android::base::UTF8ToWide(path, &path_wide)) {
50 while (*path_wide.rbegin() == u'/' || *path_wide.rbegin() == u'\\') {
51 path_wide.pop_back();
56 int result = wstat(path_wide.c_str(), &st);
  /system/core/adb/
sysdeps_win32.cpp 348 std::wstring path_wide; local
349 if (!android::base::UTF8ToWide(path, &path_wide)) {
352 f->fh_handle = CreateFileW( path_wide.c_str(), desiredAccess, shareMode,
392 std::wstring path_wide; local
393 if (!android::base::UTF8ToWide(path, &path_wide)) {
396 f->fh_handle = CreateFileW( path_wide.c_str(), GENERIC_WRITE,
2155 std::wstring path_wide; local
2173 std::wstring path_wide; local
2247 std::wstring path_wide; local
2257 std::wstring path_wide; local
2270 std::wstring path_wide; local
2535 std::wstring path_wide; local
    [all...]

Completed in 77 milliseconds