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

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_scan_manager.cc388 std::vector<base::FilePath> abs_sensitive_locations; local
392 abs_sensitive_locations.push_back(path);
415 for (size_t i = 0; i < abs_sensitive_locations.size(); ++i) {
416 if (abs_parent_directory == abs_sensitive_locations[i] ||
417 abs_parent_directory.IsParent(abs_sensitive_locations[i])) {

Completed in 580 milliseconds