HomeSort by relevance Sort by last modified time
    Searched refs:IsReservedName (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/base/
filename_util_internal.h 30 bool IsReservedName(const base::FilePath::StringType& filename);
filename_util_icu.cc 29 (sanitized == component.value()) && !IsReservedName(component.value());
filename_util.cc 151 if (IsReservedName(leaf_name)) {
filename_util_internal.cc 113 bool IsReservedName(const base::FilePath::StringType& filename) {

Completed in 114 milliseconds