Searched defs:wpath (Results 1 - 6 of 6) sorted by relevance

/external/chromium/testing/gtest/test/
H A Dgtest-filepath_test.cc69 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/
H A Dgtest-filepath_test.cc69 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/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest-filepath_test.cc69 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/chromium_org/testing/gtest/test/
H A Dgtest-filepath_test.cc69 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/
H A Dgtest-filepath_test.cc69 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/chromium_org/third_party/mongoose/
H A Dmongoose.c1049 wchar_t wpath[PATH_MAX]; local
1057 to_unicode(name, wpath, ARRAY_SIZE(wpath));
1058 attrs = GetFileAttributesW(wpath);
1061 (void) wcscat(wpath, L"\\*");
1062 dir->handle = FindFirstFileW(wpath, &dir->info);

Completed in 127 milliseconds