Home
last modified time | relevance | path

Searched refs:td (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/tests/unit/
Ddirutil_test.cpp37 TemporaryDir td; in TEST() local
38 ASSERT_EQ(0, dirCreateHierarchy(td.path, 0755, nullptr, false, nullptr)); in TEST()
50 TemporaryDir td; in TEST() local
51 std::string prefix(td.path); in TEST()
69 TemporaryDir td; in TEST() local
70 std::string prefix(td.path); in TEST()
87 TemporaryDir td; in TEST() local
88 std::string prefix(td.path); in TEST()
125 TemporaryDir td; in TEST() local
126 std::string path(td.path); in TEST()
[all …]
/bootable/recovery/tests/component/
Dinstall_test.cpp259 TemporaryDir td; in TEST()
260 std::string binary_path = std::string(td.path) + "/update_binary"; in TEST()
336 TemporaryDir td; in TEST()
337 std::string binary_path = std::string(td.path) + "/update_binary"; in TEST()