Searched refs:temp_symlink (Results 1 – 1 of 1) sorted by relevance
102 string temp_symlink = temp_dir.GetPath().Append("temp-symlink").value(); in TEST() local103 EXPECT_EQ(0, symlink(temp_file.c_str(), temp_symlink.c_str())); in TEST()106 EXPECT_TRUE(utils::IsSymlink(temp_symlink.c_str())); in TEST()