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

/external/python/cpython2/Tools/msi/
H A Dmsisupport.c25 WCHAR wpath[PSIZE]; local
32 result = MsiGetPropertyW(hInstall, L"TARGETDIR", wpath, &size);
35 wpath[size] = L'\0';
38 attributes = GetFileAttributesW(wpath);
/external/google-breakpad/src/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/googletest/googletest/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/v8/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/flac/libFLAC/
H A Dwindows_unicode_filenames.c102 wchar_t *wpath; local
105 if (!(wpath = wchar_from_utf8(path))) return -1;
106 ret = _wstat64(wpath, buffer);
107 free(wpath);
/external/vulkan-validation-layers/tests/gtest-1.7.0/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/python/cpython3/Python/
H A Dfileutils.c714 wchar_t *wpath; local
716 wpath = PyUnicode_AsUnicode(path);
717 if (wpath == NULL)
719 err = _wstat(wpath, &wstatbuf);
1083 wchar_t *wpath; local
1097 wpath = PyUnicode_AsUnicode(path);
1098 if (wpath == NULL)
1109 f = _wfopen(wpath, wmode);
/external/python/cpython2/Modules/
H A Dposixmodule.c1649 Py_UNICODE *wpath; local
1650 if (PyArg_ParseTuple(args, wformat, &wpath)) {
1652 res = wstatfunc(wpath, &st);
1656 return win32_error_unicode("stat", wpath);
1705 Py_UNICODE *wpath; local
1706 if (PyArg_ParseTuple(args, "ui:access", &wpath, &mode)) {
1708 attr = GetFileAttributesW(wpath);
1855 Py_UNICODE *wpath; local
1856 if (PyArg_ParseTuple(args, "ui|:chmod", &wpath, &i)) {
1858 attr = GetFileAttributesW(wpath);
2296 Py_UNICODE *wpath; local
2611 Py_UNICODE *wpath; local
2665 Py_UNICODE *wpath; local
2960 wchar_t *wpath = NULL; local
4430 Py_UNICODE *wpath; local
6586 Py_UNICODE *wpath; local
8648 Py_UNICODE *wpath; local
[all...]

Completed in 297 milliseconds