Searched refs:pathname (Results 1 – 2 of 2) sorted by relevance
98 std::string pathname; in TEST_F() local102 pathname = node->getPath(); in TEST_F()123 EXPECT_EQ(tempFile->getName(), pathname); in TEST_F()
3551 explicit FilePath(const std::string& pathname) : pathname_(pathname) {