OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:channels_contents
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/
sxs_linux.cc
70
std::string
channels_contents
;
local
71
if (base::ReadFileToString(channels_path, &
channels_contents
))
72
base::SplitString(
channels_contents
, '\n', &user_data_dir_channels);
123
std::string
channels_contents
;
local
124
if (!base::ReadFileToString(channels_path, &
channels_contents
)) {
130
base::SplitString(
channels_contents
, '\n', &user_data_dir_channels);
Completed in 42 milliseconds