OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:kMaxPathLength
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_common.h
36
const uptr
kMaxPathLength
= 512;
/external/chromium_org/base/
file_util_win.cc
486
// Pad a bit to be safe. If
kMaxPathLength
is ever changed to be less
488
// not return
kMaxPathLength
. This would mean that only part of the
490
const int
kMaxPathLength
= MAX_PATH + 10;
491
wchar_t mapped_file_path[
kMaxPathLength
];
494
if (::GetMappedFileNameW(cp, file_view, mapped_file_path,
kMaxPathLength
)) {
/external/chromium/base/
file_util_win.cc
[
all
...]
Completed in 125 milliseconds