Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_test.cpp113 std::string CopyTextFileFixture(const std::string& relative_name) { in CopyTextFileFixture() function in android::os::dumpstate::DumpstateBaseTest
1187 Progress progress(CopyTextFileFixture("empty-file.txt")); in TEST_F()
1192 Progress progress(CopyTextFileFixture("stats-invalid-1st-NAN.txt")); in TEST_F()
1197 Progress progress(CopyTextFileFixture("stats-invalid-2nd-NAN.txt")); in TEST_F()
1202 Progress progress(CopyTextFileFixture("stats-invalid-both-NAN.txt")); in TEST_F()
1207 Progress progress(CopyTextFileFixture("stats-invalid-1st-negative.txt")); in TEST_F()
1212 Progress progress(CopyTextFileFixture("stats-invalid-2nd-negative.txt")); in TEST_F()
1217 Progress progress(CopyTextFileFixture("stats-invalid-1st-too-big.txt")); in TEST_F()
1222 Progress progress(CopyTextFileFixture("stats-invalid-2nd-too-big.txt")); in TEST_F()
1254 std::string path = CopyTextFileFixture("stats-one-run-no-newline.txt"); in TEST_F()
[all …]