Searched refs:IsReservedName (Results 1 – 4 of 4) sorted by relevance
30 bool IsReservedName(const base::FilePath::StringType& filename);
29 (sanitized == component.value()) && !IsReservedName(component.value()); in IsSafePortablePathComponent()
151 if (IsReservedName(leaf_name)) { in GenerateSafeFileName()
113 bool IsReservedName(const base::FilePath::StringType& filename) { in IsReservedName() function