HomeSort by relevance Sort by last modified time
    Searched refs:fs_name (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/chrome/browser/media_galleries/
media_file_system_context.h 22 // 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;
imported_media_gallery_registry.cc 46 const std::string& fs_name, const base::FilePath& database_path) {
48 DCHECK(!fs_name.empty());
58 fs_name, fileapi::kFileSystemTypePicasa, fileapi::FileSystemMountOption(),
63 picasa_fs_names_.insert(fs_name);
82 const std::string& fs_name, const base::FilePath& library_xml_path) {
93 fs_name, fileapi::kFileSystemTypeItunes, fileapi::FileSystemMountOption(),
98 itunes_fs_names_.insert(fs_name);
117 const std::string& fs_name, const base::FilePath& library_xml_path) {
130 fs_name, fileapi::kFileSystemTypeIphoto, fileapi::FileSystemMountOption(),
135 iphoto_fs_names_.insert(fs_name);
    [all...]
imported_media_gallery_registry.h 43 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);
media_file_system_registry.cc 237 MediaFileSystemInfo::MediaFileSystemInfo(const base::string16& fs_name,
244 : name(fs_name),
379 std::string fs_name = MediaFileSystemBackend::ConstructMountName( local
381 if (!file_system_context_->RegisterFileSystem(device_id, fs_name, path))
386 file_system_context_->GetRegisteredPath(fs_name),
387 fs_name,
415 std::string fs_name = MediaFileSystemBackend::ConstructMountName( local
423 file_system_context_->RegisterFileSystem(device_id, fs_name,
428 file_system_context_->GetRegisteredPath(fs_name),
429 fs_name,
646 ExternalMountPoints::GetSystemInstance()->RevokeFileSystem(fs_name); variable
    [all...]
media_file_system_registry_unittest.cc 68 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) {
    [all...]
media_file_system_registry.h 46 MediaFileSystemInfo(const base::string16& fs_name,
  /external/chromium_org/chrome/renderer/extensions/
media_galleries_custom_bindings.cc 32 std::string fs_name = local
34 fs_name.append("_");
35 fs_name.append(fs_mount);
41 blink::WebString::fromUTF8(fs_name),
  /external/e2fsprogs/misc/
fsck.h 70 extern const char *identify_fs(const char *fs_name, const char *fs_types);
  /external/e2fsprogs/e2fsck/
util.c 662 int fs_proc_check(const char *fs_name)
686 if (!strcmp(fs_name, cp)) {
699 int check_for_modules(const char *fs_name)
731 if (!strcmp(cp, fs_name)) {
e2fsck.h 523 extern int fs_proc_check(const char *fs_name);
524 extern int check_for_modules(const char *fs_name);
  /external/e2fsprogs/lib/blkid/
probe.c 167 static int fs_proc_check(const char *fs_name)
191 if (!strcmp(fs_name, cp)) {
204 static int check_for_modules(const char *fs_name)
220 namesz = strlen(fs_name);
233 if (!strncmp(cp, fs_name, namesz) &&
    [all...]

Completed in 140 milliseconds