HomeSort by relevance Sort by last modified time
    Searched refs:path_wide (Results 1 - 5 of 5) 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 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,
2152 std::wstring path_wide; local
2170 std::wstring path_wide; local
2244 std::wstring path_wide; local
2254 std::wstring path_wide; local
2267 std::wstring path_wide; local
2532 std::wstring path_wide; local
    [all...]
Android.mk 34 # std::wstring path_wide;
35 # if (!android::base::UTF8ToWide(path_utf8, &path_wide)) { /* error handling */ }
36 # CreateFileW(path_wide.c_str());
  /external/python/cpython3/Modules/
posixmodule.c     [all...]

Completed in 727 milliseconds