Searched refs:relative_name (Results 1 – 1 of 1) sorted by relevance
130 std::string CopyTextFileFixture(const std::string& relative_name) { in CopyTextFileFixture() argument131 std::string from = kTestDataPath + relative_name; in CopyTextFileFixture()134 std::string to = kTestDataPath + relative_name + ".tmp"; in CopyTextFileFixture()