Home
last modified time | relevance | path

Searched refs:wpath (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/tests/scripts/options/
Ddash-C29 $wpath = &get_this_pwd;
37 $answer = "$make_name: Entering directory `$wpath'\n"
39 . "$make_name: Leaving directory `$wpath'\n";
57 $wpath = &get_this_pwd;
65 $answer = "$make_name: Entering directory `$wpath'\n"
67 . "$make_name: Leaving directory `$wpath'\n";
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-filepath_test.cc69 LPCWSTR wpath = String::AnsiToUtf16(path); in remove() local
70 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
71 delete [] wpath; in remove()
77 LPCWSTR wpath = String::AnsiToUtf16( in _rmdir() local
79 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
80 delete [] wpath; in _rmdir()