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

  /external/chromium/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/libvpx/libvpx/third_party/googletest/src/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;

Completed in 486 milliseconds