Home
last modified time | relevance | path

Searched refs:IsReservedName (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/net/base/
Dfilename_util_internal.h30 bool IsReservedName(const base::FilePath::StringType& filename);
Dfilename_util_icu.cc29 (sanitized == component.value()) && !IsReservedName(component.value()); in IsSafePortablePathComponent()
Dfilename_util.cc151 if (IsReservedName(leaf_name)) { in GenerateSafeFileName()
Dfilename_util_internal.cc113 bool IsReservedName(const base::FilePath::StringType& filename) { in IsReservedName() function