Home | History | Annotate | Download | only in fileapi

Lines Matching defs:Instance

58 class ExternalMountPoints::Instance {
60 Instance(FileSystemType type, const base::FilePath& path)
62 ~Instance() {}
71 DISALLOW_COPY_AND_ASSIGN(Instance);
96 instance_map_[mount_name] = new Instance(type, path);
113 Instance* instance = found->second;
114 path_to_name_map_.erase(NormalizeFilePath(instance->path()));
164 const Instance* instance = found_instance->second;
166 *type = instance->type();
167 cracked_path = instance->path();