Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_test.cpp126 std::string CopyTextFileFixture(const std::string& relative_name) { in CopyTextFileFixture() argument
127 std::string from = kTestDataPath + relative_name; in CopyTextFileFixture()
130 std::string to = kTestDataPath + relative_name + ".tmp"; in CopyTextFileFixture()