Searched refs:json_string (Results 1 – 2 of 2) sorted by relevance
177 std::string json_string; in LoadSettings() local178 if (!encryptor_->DecryptWithAuthentication(settings_blob, &json_string)) { in LoadSettings()184 return json_string; in LoadSettings()
348 string json_string; in Open() local349 if (!base::ReadFileToString(path_, &json_string)) { in Open()354 JSONStringValueDeserializer json_deserializer(json_string); in Open()448 string json_string; in Flush() local449 JSONStringValueSerializer json_serializer(&json_string); in Flush()457 if (!base::ImportantFileWriter::WriteFileAtomically(path_, json_string)) { in Flush()