Searched defs:RandomSeedVariable (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/update_manager/
H A Dreal_random_provider.cc42 class RandomSeedVariable : public Variable<uint64_t> { class in namespace:chromeos_update_manager
44 // RandomSeedVariable is initialized as kVariableModeConst to let the
47 RandomSeedVariable(const string& name, FILE* fp) function in class:chromeos_update_manager::RandomSeedVariable
49 ~RandomSeedVariable() override {}
78 DISALLOW_COPY_AND_ASSIGN(RandomSeedVariable);
85 var_seed_.reset(new RandomSeedVariable("seed", fp));

Completed in 79 milliseconds