Home
last modified time | relevance | path

Searched refs:info_file_path (Results 1 – 3 of 3) sorted by relevance

/system/connectivity/shill/
Dconnection_info_reader.cc66 FilePath info_file_path = GetConnectionInfoFilePath(); in LoadConnectionInfo() local
68 if (!file_reader.Open(info_file_path)) { in LoadConnectionInfo()
70 << info_file_path.value() << "'."; in LoadConnectionInfo()
Dsocket_info_reader.cc68 bool SocketInfoReader::AppendSocketInfo(const FilePath& info_file_path, in AppendSocketInfo() argument
71 if (!file_reader.Open(info_file_path)) { in AppendSocketInfo()
73 << info_file_path.value() << "'."; in AppendSocketInfo()
Dsocket_info_reader.h61 bool AppendSocketInfo(const base::FilePath& info_file_path,