OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LogFileOpenMode
(Results
1 - 3
of
3
) sorted by null
/external/v8/src/base/platform/
platform.h
151
static const char* const
LogFileOpenMode
;
platform-posix.cc
429
const char* const OS::
LogFileOpenMode
= "w";
platform-win32.cc
602
const char* const OS::
LogFileOpenMode
= "wb";
[
all
...]
Completed in 938 milliseconds