OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_client_id
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/common/
child_process_logging_linux.cc
24
char
g_client_id
[kClientIdSize];
member in namespace:child_process_logging
47
base::strlcpy(
g_client_id
, str.c_str(), kClientIdSize);
53
return std::string(
g_client_id
);
child_process_logging.h
30
extern char
g_client_id
[];
Completed in 36 milliseconds