Searched refs:kStoreFilePath (Results 1 – 3 of 3) sorted by relevance
40 if (!recovery_config.contains(kStoreFilePath)) { in Initialize()41 MS_LOG(WARNING) << "The " << kStoreFilePath << " is not existed."; in Initialize()44 storage_file_path = recovery_config.at(kStoreFilePath); in Initialize()
57 metrics_file_path_ = JsonGetKeyWithException<std::string>(value_json, ps::kStoreFilePath); in Initialize()
119 constexpr char kStoreFilePath[] = "storage_file_path"; variable