Searched refs:graylisted_path (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/file_system/
H A Dfile_system_api.cc194 base::FilePath graylisted_path; local
195 if (PathService::Get(kGraylistedPaths[i], &graylisted_path))
196 graylisted_directories.push_back(graylisted_path);
667 base::FilePath graylisted_path; local
668 if (PathService::Get(kGraylistedPaths[i], &graylisted_path) &&
669 (check_path == graylisted_path ||
670 check_path.IsParent(graylisted_path))) {

Completed in 56 milliseconds