Lines Matching full:file_name
18 // Returns true if file_name does not have any illegal character. The input
20 BASE_I18N_EXPORT bool IsFilenameLegal(const std::u16string& file_name);
22 // Replaces characters in |file_name| that are illegal for file names with
23 // |replace_char|. |file_name| must not be a full or relative path, but just the
25 // trailing whitespace or periods in |file_name| is also replaced with the
33 // If |replace_char| is a whitespace or period and |file_name| contains no legal
35 // If |replace_char| is a whitespace or period and |file_name| contains no legal
49 FilePath::StringType* file_name,
58 // Calculates the canonical file-system representation of |file_name| base name.
59 // Modifies |file_name| in place. No-op if not on ChromeOS.
60 BASE_I18N_EXPORT void NormalizeFileNameEncoding(FilePath* file_name);