Searched defs:CopyTextFileFixture (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp106 std::string CopyTextFileFixture(const std::string& relative_name) { function in class:android::os::dumpstate::DumpstateBaseTest
111 ALOGD("CopyTextFileFixture: from %s to %s\n", from.c_str(), to.c_str());
664 Progress progress(CopyTextFileFixture("empty-file.txt"));
669 Progress progress(CopyTextFileFixture("stats-invalid-1st-NAN.txt"));
674 Progress progress(CopyTextFileFixture("stats-invalid-2nd-NAN.txt"));
679 Progress progress(CopyTextFileFixture("stats-invalid-both-NAN.txt"));
684 Progress progress(CopyTextFileFixture("stats-invalid-1st-negative.txt"));
689 Progress progress(CopyTextFileFixture("stats-invalid-2nd-negative.txt"));
694 Progress progress(CopyTextFileFixture("stats-invalid-1st-too-big.txt"));
699 Progress progress(CopyTextFileFixture("stat
[all...]

Completed in 102 milliseconds