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

/external/chromium_org/chrome/browser/chromeos/fileapi/
H A Dfile_access_permissions.h37 typedef std::set<base::FilePath> PathSet; typedef in class:chromeos::FileAccessPermissions
38 typedef std::map<std::string, PathSet> PathAccessMap;
H A Dfile_access_permissions.cc41 const PathSet& path_set = path_map_iter->second;
/external/chromium_org/tools/telemetry/telemetry/util/
H A Dpath_set_unittest.py14 ps = path_set.PathSet()
20 ps = path_set.PathSet([__file__])
26 ps = path_set.PathSet()
33 ps = path_set.PathSet([__file__])
H A Dpath_set.py9 class PathSet(collections.MutableSet): class in inherits:collections.MutableSet
H A Dfind_dependencies.py143 dependencies = path_set.PathSet()
204 gsutil_dependencies = path_set.PathSet()
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_sync_status.h83 typedef std::set<base::FilePath> PathSet; typedef in class:sync_file_system::LocalFileSyncStatus
84 typedef std::map<OriginAndType, PathSet> URLSet;
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_index.h112 typedef base::hash_set<ParentIDAndTitle> PathSet; typedef in class:sync_file_system::drive_backend::MetadataDatabaseIndex
157 PathSet multi_backing_file_paths_;

Completed in 1560 milliseconds