Searched refs:current_prof (Results 1 – 1 of 1) sorted by relevance
1304 std::string current_prof = app_private_dir_de_ + "/profiles/cur/0/primary.prof"; in TEST_F() local1305 run_cmd("echo 1 > " + current_prof); in TEST_F()1316 ASSERT_TRUE(std::find(profiles.begin(), profiles.end(), current_prof) != profiles.end()); in TEST_F()