Searched refs:not_touched (Results 1 – 1 of 1) sorted by relevance
532 std::string not_touched = "not touched"; in TEST_F() local533 EXPECT_FALSE(source_tree_.VirtualFileToDiskFile("bar/baz", ¬_touched)); in TEST_F()534 EXPECT_EQ("not touched", not_touched); in TEST_F()535 EXPECT_FALSE(source_tree_.VirtualFileToDiskFile("baz/foo", ¬_touched)); in TEST_F()536 EXPECT_EQ("not touched", not_touched); in TEST_F()