Home
last modified time | relevance | path

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

/external/chromium/base/
Dfile_util_win.cc261 wchar_t double_terminated_path_to[MAX_PATH + 1] = {0}; in ShellCopy() local
265 wcscpy(double_terminated_path_to, to_path.value().c_str()); in ShellCopy()
270 file_operation.pTo = double_terminated_path_to; in ShellCopy()