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

  /external/opencv3/modules/core/src/
glob.cpp 151 wchar_t wpath[MAX_PATH]; local
152 size_t copied = mbstowcs(wpath, path.c_str(), MAX_PATH);
154 status = ::GetFileAttributesExW(wpath, GetFileExInfoStandard, &all_attrs);
  /external/google-breakpad/src/testing/gtest/test/
gtest-filepath_test.cc 69 LPCWSTR wpath = String::AnsiToUtf16(path); local
70 int ret = DeleteFile(wpath) ? 0 : -1;
71 delete [] wpath;
77 LPCWSTR wpath = String::AnsiToUtf16( local
79 int ret = RemoveDirectory(wpath) ? 0 : -1;
80 delete [] wpath;
  /external/gtest/test/
gtest-filepath_test.cc 69 LPCWSTR wpath = String::AnsiToUtf16(path); local
70 int ret = DeleteFile(wpath) ? 0 : -1;
71 delete [] wpath;
77 LPCWSTR wpath = String::AnsiToUtf16( local
79 int ret = RemoveDirectory(wpath) ? 0 : -1;
80 delete [] wpath;
  /external/protobuf/gtest/test/
gtest-filepath_test.cc 69 LPCWSTR wpath = String::AnsiToUtf16(path); local
70 int ret = DeleteFile(wpath) ? 0 : -1;
71 delete [] wpath;
77 LPCWSTR wpath = String::AnsiToUtf16( local
79 int ret = RemoveDirectory(wpath) ? 0 : -1;
80 delete [] wpath;
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-filepath_test.cc 69 LPCWSTR wpath = String::AnsiToUtf16(path); local
70 int ret = DeleteFile(wpath) ? 0 : -1;
71 delete [] wpath;
77 LPCWSTR wpath = String::AnsiToUtf16( local
79 int ret = RemoveDirectory(wpath) ? 0 : -1;
80 delete [] wpath;
  /ndk/sources/third_party/googletest/googletest/test/
gtest-filepath_test.cc 69 LPCWSTR wpath = String::AnsiToUtf16(path); local
70 int ret = DeleteFile(wpath) ? 0 : -1;
71 delete [] wpath;
77 LPCWSTR wpath = String::AnsiToUtf16( local
79 int ret = RemoveDirectory(wpath) ? 0 : -1;
80 delete [] wpath;
  /system/core/adb/
sysdeps_win32.cpp 2358 std::wstring wpath; local
    [all...]

Completed in 393 milliseconds