OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PathChar
(Results
1 - 4
of
4
) 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
215
static void Init(LogLockingState lock_log, const
PathChar
* new_log_file) {
352
bool BaseInitLoggingImpl(const
PathChar
* new_log_file,
/external/chromium_org/base/
logging.h
151
typedef wchar_t
PathChar
;
153
typedef char
PathChar
;
207
const
PathChar
* log_file;
[
all
...]
logging.cc
200
static void Init(LogLockingState lock_log, const
PathChar
* new_log_file) {
Completed in 28 milliseconds