OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:double_terminated_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/base/
file_util_win.cc
108
wchar_t
double_terminated_path
[MAX_PATH + 1] = {0};
local
112
wcscpy(
double_terminated_path
, path.value().c_str());
116
file_operation.pFrom =
double_terminated_path
;
/external/chromium/base/
file_util_win.cc
142
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
;
[
all
...]
Completed in 66 milliseconds