Searched refs:encrypted_settings (Results 1 – 1 of 1) sorted by relevance
194 std::string encrypted_settings; in SaveSettings() local197 if (!encryptor_->EncryptWithAuthentication(settings, &encrypted_settings)) { in SaveSettings()200 encrypted_settings.clear(); in SaveSettings()202 if (!file_io_->WriteFile(path, encrypted_settings)) { in SaveSettings()