OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathChar
(Results
1 - 2
of
2
) sorted by null
/external/chromium/base/
logging.h
177
typedef wchar_t
PathChar
;
179
typedef char
PathChar
;
195
BASE_API bool BaseInitLoggingImpl(const
PathChar
* log_file,
211
inline bool InitLogging(const
PathChar
* log_file,
[
all
...]
logging.cc
212
static void Init(LogLockingState lock_log, const
PathChar
* new_log_file) {
349
bool BaseInitLoggingImpl(const
PathChar
* new_log_file,
Completed in 47 milliseconds