Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp130 std::string CopyTextFileFixture(const std::string& relative_name) { in CopyTextFileFixture() function in android::os::dumpstate::DumpstateBaseTest
1164 Progress progress(CopyTextFileFixture("empty-file.txt")); in TEST_F()
1169 Progress progress(CopyTextFileFixture("stats-invalid-1st-NAN.txt")); in TEST_F()
1174 Progress progress(CopyTextFileFixture("stats-invalid-2nd-NAN.txt")); in TEST_F()
1179 Progress progress(CopyTextFileFixture("stats-invalid-both-NAN.txt")); in TEST_F()
1184 Progress progress(CopyTextFileFixture("stats-invalid-1st-negative.txt")); in TEST_F()
1189 Progress progress(CopyTextFileFixture("stats-invalid-2nd-negative.txt")); in TEST_F()
1194 Progress progress(CopyTextFileFixture("stats-invalid-1st-too-big.txt")); in TEST_F()
1199 Progress progress(CopyTextFileFixture("stats-invalid-2nd-too-big.txt")); in TEST_F()
1231 std::string path = CopyTextFileFixture("stats-one-run-no-newline.txt"); in TEST_F()
[all …]