Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-filepath-test.cc58 LPCWSTR wpath = String::AnsiToUtf16(path); in remove() local
59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()
60 delete[] wpath; in remove()
66 LPCWSTR wpath = in _rmdir() local
68 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()
69 delete[] wpath; in _rmdir()
/freebsd/sys/dev/xen/xenstore/
H A Dxenstore_dev.c259 const char *wpath, *wtoken; in xs_dev_write() local
324 error = xs_dev_watch_message_parse(&u->u.msg, &wpath, &wtoken); in xs_dev_write()
333 watch->watch.node = strdup(wpath, M_XENSTORE); in xs_dev_write()
357 error = xs_dev_watch_message_parse(&u->u.msg, &wpath, &wtoken); in xs_dev_write()