Lines Matching refs:td
2380 TemporaryDir td; in TEST() local
2381 ASSERT_EQ(0, remove(td.path)); in TEST()
2382 ASSERT_EQ(-1, lstat(td.path, &sb)); in TEST()
2390 ASSERT_EQ(-1, remove(td.path)); in TEST()
2664 TemporaryDir td; in TEST() local
2665 std::string old_path = td.path + "/old"s; in TEST()
2666 std::string new_path = td.path + "/new"s; in TEST()
2681 TemporaryDir td; in TEST() local
2682 android::base::unique_fd dirfd{open(td.path, O_PATH)}; in TEST()
2683 std::string old_path = td.path + "/old"s; in TEST()
2684 std::string new_path = td.path + "/new"s; in TEST()
2702 TemporaryDir td; in TEST()
2703 android::base::unique_fd dirfd{open(td.path, O_PATH)}; in TEST()
2704 std::string old_path = td.path + "/old"s; in TEST()
2705 std::string new_path = td.path + "/new"s; in TEST()