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

/external/chromium/base/
H A Dfile_util_win.cc142 wchar_t double_terminated_path[MAX_PATH + 1] = {0}; local
144 wcscpy(double_terminated_path, path.value().c_str());
148 file_operation.pFrom = double_terminated_path;

Completed in 56 milliseconds