Searched refs:kExcludes (Results 1 – 1 of 1) sorted by relevance
273 const base::FilePath kExcludes[] = { in ScanDirectory() local299 if (std::find(kExcludes, kExcludes + arraysize(kExcludes), in ScanDirectory()300 relative_file_path) != kExcludes + arraysize(kExcludes)) in ScanDirectory()391 const base::FilePath kExcludes[] = { in VerifyDataPath() local395 for (size_t i = 0; i < arraysize(kExcludes); ++i) { in VerifyDataPath()396 if (data_path == kExcludes[i] || kExcludes[i].IsParent(data_path)) in VerifyDataPath()