Home | History | Annotate | Download | only in syncable

Lines Matching refs:store_birthday

875 string Directory::store_birthday() const {
877 return kernel_->persisted_info.store_birthday;
880 void Directory::set_store_birthday(const string& store_birthday) {
882 if (kernel_->persisted_info.store_birthday == store_birthday)
884 kernel_->persisted_info.store_birthday = store_birthday;