OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:short_path
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/
shell_integration_win.cc
355
std::wstring
short_path
;
local
357
WriteInto(&
short_path
, MAX_PATH), MAX_PATH);
358
if (!FilePath::CompareEqualIgnoreCase(
short_path
, short_app_path))
/external/chromium/chrome/common/
sandbox_policy.cc
372
wchar_t
short_path
[MAX_PATH];
local
374
short_path
, arraysize(
short_path
)))
384
short_path
);
/external/chromium_org/chrome/installer/util/
shell_util.cc
1128
string16
short_path
;
local
[
all
...]
Completed in 80 milliseconds