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

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_context.h22 // Register a new media file system for |path| as |fs_name|.
24 const std::string& fs_name,
27 // Revoke the passed |fs_name|.
28 virtual void RevokeFileSystem(const std::string& fs_name) = 0;
30 // Return the mount point root for the given |fs_name|. Returns an empty path
31 // if |fs_name| is not valid.
33 const std::string& fs_name) const = 0;
H A Dimported_media_gallery_registry.cc46 const std::string& fs_name, const base::FilePath& database_path) {
48 DCHECK(!fs_name.empty());
58 fs_name,
65 picasa_fs_names_.insert(fs_name);
84 const std::string& fs_name, const base::FilePath& library_xml_path) {
95 fs_name,
102 itunes_fs_names_.insert(fs_name);
121 const std::string& fs_name, const base::FilePath& library_xml_path) {
134 fs_name,
141 iphoto_fs_names_.insert(fs_name);
45 RegisterPicasaFilesystemOnUIThread( const std::string& fs_name, const base::FilePath& database_path) argument
83 RegisterITunesFilesystemOnUIThread( const std::string& fs_name, const base::FilePath& library_xml_path) argument
120 RegisterIPhotoFilesystemOnUIThread( const std::string& fs_name, const base::FilePath& library_xml_path) argument
159 RevokeImportedFilesystemOnUIThread( const std::string& fs_name) argument
[all...]
H A Dimported_media_gallery_registry.h43 bool RegisterPicasaFilesystemOnUIThread(const std::string& fs_name,
47 const std::string& fs_name,
51 const std::string& fs_name,
54 bool RevokeImportedFilesystemOnUIThread(const std::string& fs_name);
H A Dmedia_file_system_registry.cc238 MediaFileSystemInfo::MediaFileSystemInfo(const base::string16& fs_name, argument
245 : name(fs_name),
382 std::string fs_name = MediaFileSystemBackend::ConstructMountName( local
384 if (!file_system_context_->RegisterFileSystem(device_id, fs_name, path))
389 file_system_context_->GetRegisteredPath(fs_name),
390 fs_name,
418 std::string fs_name = MediaFileSystemBackend::ConstructMountName( local
426 file_system_context_->RegisterFileSystem(device_id, fs_name,
431 file_system_context_->GetRegisteredPath(fs_name),
432 fs_name,
656 ExternalMountPoints::GetSystemInstance()->RevokeFileSystem(fs_name); variable
677 RegisterFileSystemForMassStorage(const std::string& device_id, const std::string& fs_name, const base::FilePath& path) argument
714 RegisterFileSystemForMTPDevice(const std::string& device_id, const std::string fs_name, const base::FilePath& path) argument
[all...]
H A Dmedia_file_system_registry_unittest.cc68 const std::string& fs_name);
74 std::string fs_name; member in struct:TestMediaFileSystemContext::FSInfo
82 const std::string& fs_name,
85 virtual void RevokeFileSystem(const std::string& fs_name) OVERRIDE;
88 const std::string& fs_name) const OVERRIDE;
95 const std::string& fs_name);
100 std::map<std::string /*fs_name*/, FSInfo> file_systems_by_name_;
105 const std::string& fs_name)
108 fs_name(fs_name) {
103 FSInfo(const std::string& device_id, const base::FilePath& path, const std::string& fs_name) argument
125 RegisterFileSystem( const std::string& device_id, const std::string& fs_name, const base::FilePath& path) argument
133 RevokeFileSystem(const std::string& fs_name) argument
148 AddFSEntry(const std::string& device_id, const base::FilePath& path, const std::string& fs_name) argument
[all...]
H A Dmedia_file_system_registry.h47 MediaFileSystemInfo(const base::string16& fs_name,
/external/chromium_org/chrome/renderer/extensions/
H A Dmedia_galleries_custom_bindings.cc32 std::string fs_name = local
34 fs_name.append("_");
35 fs_name.append(fs_mount);
41 blink::WebString::fromUTF8(fs_name),
/external/e2fsprogs/misc/
H A Dfsck.h70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
/external/e2fsprogs/e2fsck/
H A Dutil.c662 int fs_proc_check(const char *fs_name) argument
686 if (!strcmp(fs_name, cp)) {
699 int check_for_modules(const char *fs_name) argument
731 if (!strcmp(cp, fs_name)) {
H A De2fsck.h523 extern int fs_proc_check(const char *fs_name);
524 extern int check_for_modules(const char *fs_name);
/external/e2fsprogs/lib/blkid/
H A Dprobe.c167 static int fs_proc_check(const char *fs_name) argument
191 if (!strcmp(fs_name, cp)) {
204 static int check_for_modules(const char *fs_name) argument
220 namesz = strlen(fs_name);
233 if (!strncmp(cp, fs_name, namesz) &&

Completed in 4097 milliseconds