OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:long_path_buf
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/
sandbox_win.cc
322
wchar_t
long_path_buf
[MAX_PATH];
local
324
long_path_buf
,
329
base::FilePath debug_message(
long_path_buf
);
[
all
...]
/external/chromium_org/chrome/browser/
enumerate_modules_model_win.cc
93
wchar_t
long_path_buf
[MAX_PATH];
local
94
DWORD return_value = GetLongPathName(short_path.c_str(),
long_path_buf
,
97
*long_path =
long_path_buf
;
[
all
...]
Completed in 274 milliseconds