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

  /system/core/adb/
sysdeps_win32.cpp 410 std::wstring path_wide; local
411 if (!android::base::UTF8ToWide(path, &path_wide)) {
414 f->fh_handle = CreateFileW( path_wide.c_str(), desiredAccess, shareMode,
454 std::wstring path_wide; local
455 if (!android::base::UTF8ToWide(path, &path_wide)) {
458 f->fh_handle = CreateFileW( path_wide.c_str(), GENERIC_WRITE,
2285 std::wstring path_wide; local
2315 std::wstring path_wide; local
2327 std::wstring path_wide; local
2401 std::wstring path_wide; local
2411 std::wstring path_wide; local
2424 std::wstring path_wide; local
2687 std::wstring path_wide; local
    [all...]
Android.mk 31 # std::wstring path_wide;
32 # if (!android::base::UTF8ToWide(path_utf8, &path_wide)) { /* error handling */ }
33 # CreateFileW(path_wide.c_str());

Completed in 37 milliseconds