Lines Matching refs:CopyTextFileFixture
129 std::string CopyTextFileFixture(const std::string& relative_name) { in CopyTextFileFixture() function in android::os::dumpstate::DumpstateBaseTest
1161 Progress progress(CopyTextFileFixture("empty-file.txt")); in TEST_F()
1166 Progress progress(CopyTextFileFixture("stats-invalid-1st-NAN.txt")); in TEST_F()
1171 Progress progress(CopyTextFileFixture("stats-invalid-2nd-NAN.txt")); in TEST_F()
1176 Progress progress(CopyTextFileFixture("stats-invalid-both-NAN.txt")); in TEST_F()
1181 Progress progress(CopyTextFileFixture("stats-invalid-1st-negative.txt")); in TEST_F()
1186 Progress progress(CopyTextFileFixture("stats-invalid-2nd-negative.txt")); in TEST_F()
1191 Progress progress(CopyTextFileFixture("stats-invalid-1st-too-big.txt")); in TEST_F()
1196 Progress progress(CopyTextFileFixture("stats-invalid-2nd-too-big.txt")); in TEST_F()
1228 std::string path = CopyTextFileFixture("stats-one-run-no-newline.txt"); in TEST_F()
1277 std::string path = CopyTextFileFixture("stats-two-runs.txt"); in TEST_F()