HomeSort by relevance Sort by last modified time
    Searched full:double_terminated_path (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/files/
file_util_win.cc 77 wchar_t double_terminated_path[MAX_PATH + 1] = {0}; local
79 wcscpy(double_terminated_path, path.value().c_str());
83 file_operation.pFrom = double_terminated_path;

Completed in 37 milliseconds