Searched refs:temp_devices_capacity_ (Results 1 – 2 of 2) sorted by relevance
72 temp_devices_capacity_(temp_devices_capacity), in StorageModule()159 auto config = LegacyConfigFile::FromPath(config_file_path_).Read(temp_devices_capacity_); in Start()163 config.emplace(temp_devices_capacity_, Device::kLinkKeyProperties); in Start()173 pimpl_ = std::make_unique<impl>(GetHandler(), std::move(config.value()), temp_devices_capacity_); in Start()
187 size_t temp_devices_capacity_; variable