Searched refs:symlink_path (Results 1 – 1 of 1) sorted by relevance
280 std::string symlink_path = std::string(tmp_dir.path) + "/symlink"; in TEST() local281 symlink(sub_dir.c_str(), symlink_path.c_str()); in TEST()284 android::base::make_scope_guard([&symlink_path] { unlink(symlink_path.c_str()); }); in TEST()287 "dir.test = " + symlink_path + "\n" in TEST()