HomeSort by relevance Sort by last modified time
    Searched refs:path_wide (Results 1 - 4 of 4) 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);
  /external/ImageMagick/MagickCore/
utility-private.h 104 *path_wide;
106 path_wide=create_wchar_path(path);
107 if (path_wide == (wchar_t *) NULL)
109 status=_waccess(path_wide,mode);
110 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide);
125 *path_wide;
127 path_wide=create_wchar_path(path);
128 if (path_wide == (wchar_t *) NULL)
133 path_wide=(wchar_t *) RelinquishMagickMemory(path_wide)
    [all...]
  /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
2303 std::wstring path_wide; local
2377 std::wstring path_wide; local
2387 std::wstring path_wide; local
2400 std::wstring path_wide; local
2663 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 129 milliseconds