Searched refs:wpath (Results 1 – 2 of 2) sorted by relevance
58 LPCWSTR wpath = String::AnsiToUtf16(path); in remove() local59 int ret = DeleteFile(wpath) ? 0 : -1; in remove()60 delete[] wpath; in remove()66 LPCWSTR wpath = in _rmdir() local68 int ret = RemoveDirectory(wpath) ? 0 : -1; in _rmdir()69 delete[] wpath; in _rmdir()
259 const char *wpath, *wtoken; in xs_dev_write() local324 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()