Searched refs:properties_raw (Results 1 – 1 of 1) sorted by relevance
60 std::string properties_raw; in DeviceProperties() local82 if (!base::ReadFileToString(base::FilePath(file_name), &properties_raw)) { in DeviceProperties()87 std::unique_ptr<base::Value> properties_value_ptr = base::JSONReader::Read(properties_raw); in DeviceProperties()