Home
last modified time | relevance | path

Searched refs:metrics_file_path_ (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/odrefresh/
H A Dodr_metrics_test.cc38 metrics_file_path_ = scratch_dir_->GetPath() + "/metrics.txt"; in SetUp()
48 const char* path = metrics_file_path_.c_str(); in MetricsFileExists()
53 const char* path = metrics_file_path_.c_str(); in RemoveMetricsFile()
61 const std::string GetMetricsFilePath() const { return metrics_file_path_; } in GetMetricsFilePath()
65 std::string metrics_file_path_; member in art::odrefresh::OdrMetricsTest