Searched defs:GetFileExtensionFromPath (Results 1 – 2 of 2) sorted by relevance
50 FilePath::StringType GetFileExtensionFromPath(const FilePath& path) { in GetFileExtensionFromPath() function358 std::wstring GetFileExtensionFromPath(const std::wstring& path) { in GetFileExtensionFromPath() function
280 TEST_F(FileUtilTest, GetFileExtensionFromPath) { in TEST_F() argument