Searched defs:FilePath (Results 1 – 1 of 1) sorted by relevance
61 FilePath() : pathname_("") { } in FilePath() function62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() function64 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() function