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

  /external/chromium_org/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;

Completed in 136 milliseconds