Searched refs:GetFileExtensionFromPath (Results 1 - 4 of 4) sorted by relevance

/external/chromium/base/
H A Dfile_util_deprecated.h35 BASE_API FilePath::StringType GetFileExtensionFromPath(const FilePath& path);
36 BASE_API std::wstring GetFileExtensionFromPath(const std::wstring& path);
H A Dfile_util.cc50 FilePath::StringType GetFileExtensionFromPath(const FilePath& path) { function in namespace:file_util
384 std::wstring GetFileExtensionFromPath(const std::wstring& path) { function in namespace:file_util
386 GetFileExtensionFromPath(FilePath::FromWStringHack(path));
H A Dfile_util_unittest.cc286 TEST_F(FileUtilTest, GetFileExtensionFromPath) {
289 const std::wstring fext = file_util::GetFileExtensionFromPath(ext.path);
/external/chromium/chrome/browser/ui/views/
H A Dshell_dialogs_win.cc49 std::wstring file_extension(file_util::GetFileExtensionFromPath(filename));
326 suggested_ext = file_util::GetFileExtensionFromPath(suggested_name);

Completed in 1799 milliseconds