Searched defs:config_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/ui/webui/chromeos/
H A Dmobile_setup_ui.cc123 bool LoadFromFile(const FilePath& config_path);
346 bool CellularConfigDocument::LoadFromFile(const FilePath& config_path) { argument
354 if (!file_util::ReadFileToString(config_path, &config))
1293 FilePath config_path(kCellularConfigPath);
1299 config_exists = file_util::PathExists(config_path);
1303 bool config_loaded = config->LoadFromFile(config_path);

Completed in 210 milliseconds