Searched refs:td (Results 1 – 3 of 3) sorted by relevance
/bionic/tests/ |
D | glob_test.cpp | 155 TemporaryDir td; in TEST() local 157 ASSERT_NE('/', std::string(td.path).back()); in TEST() 161 ASSERT_EQ(0, glob(td.path, GLOB_MARK, nullptr, &g)); in TEST() 164 ASSERT_EQ(std::string(td.path) + "/", g.gl_pathv[0]); in TEST()
|
D | stdlib_test.cpp | 331 TemporaryDir td; in TEST() local 332 std::string link = std::string(td.path) + "/loop"; in TEST() 382 TemporaryDir td; in TEST() local 385 std::string A_path = td.path + "/A"s; in TEST() 393 android::base::unique_fd fd2(open((td.path + "/A (deleted)"s).c_str(), in TEST() 506 TemporaryDir td; in TEST() local 507 std::string script = std::string(td.path) + "/-minus"; in TEST() 511 setenv("PATH", td.path, 1); in TEST()
|
D | stdio_test.cpp | 169 TemporaryDir td; in TEST() local 170 setenv("TMPDIR", td.path, 1); in TEST() 179 ASSERT_TRUE(android::base::StartsWith(path, td.path)) << path; in TEST() 2493 TemporaryDir td; in TEST() local 2494 ASSERT_EQ(0, remove(td.path)); in TEST() 2495 ASSERT_EQ(-1, lstat(td.path, &sb)); in TEST() 2503 ASSERT_EQ(-1, remove(td.path)); in TEST() 2793 TemporaryDir td; in TEST() local 2794 std::string old_path = td.path + "/old"s; in TEST() 2795 std::string new_path = td.path + "/new"s; in TEST() [all …]
|