Searched refs:removable (Results 1 - 25 of 58) sorted by relevance

123

/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dremovable_storage_provider_linux.cc74 const char* removable = udev_device_get_sysattr_value(dev, "removable"); local
75 if (!removable || !get_int_attr(removable)) {
76 // This is not a removable storage device.
100 device->removable = removable;
H A Dremovable_storage_provider_mac.cc64 bool removable = CFBooleanGetValue(cf_removable); local
68 if (!removable && !is_usb) {
99 device->removable = removable;
H A Dimage_writer_private_apitest.cc38 expected1->removable = true;
49 expected2->removable = false;
H A Dremovable_storage_provider_chromeos.cc16 // DiskMountManager. This does not expose whether the device is a removable or
36 device->removable = disk.on_removable_device();
H A Dremovable_storage_provider_win.cc126 // Reject non-removable and non-USB devices.
155 device->removable = device_descriptor->RemovableMedia == TRUE;
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DKeepProcessor.java45 Set<String> removable = new HashSet<String>(depend.keySet());
46 removable.removeAll(closure);
47 return removable;
/external/chromium_org/components/storage_monitor/
H A Dtest_volume_mount_watcher_win.h30 bool* removable);
H A Dtest_volume_mount_watcher_win.cc55 // |device_path| inputs of 'A:\' - 'Z:\' are valid. 'N:\' is not removable.
56 // 'C:\' is not removable (so that auto-added paths are correctly handled).
133 bool* removable) {
136 *removable = StorageInfo::IsRemovableDevice(info.device_id());
131 GetDeviceRemovable( const base::FilePath& device_path, bool* removable) argument
H A Dstorage_monitor_win_unittest.cc117 bool removable; local
118 ASSERT_TRUE(volume_mount_watcher_->GetDeviceRemovable(*it, &removable));
119 if (removable)
162 bool removable; local
164 VolumeMountWatcherWin::DriveNumberToFilePath(*it), &removable));
165 if (removable)
465 // An unconnected removable device.
469 // A connected removable device.
510 // notifications are sent out for each removable storage.
H A Dstorage_monitor_linux.cc46 const char kRemovableSysAttr[] = "removable";
491 bool removable = StorageInfo::IsRemovableDevice(storage_info->device_id()); local
498 mount_priority_map_[mount_device][mount_point] = removable;
/external/chromium_org/chrome/browser/media_galleries/win/
H A Dmtp_device_delegate_impl_win_unittest.cc68 bool removable,
142 bool removable,
146 EXPECT_EQ(removable, info.removable);
150 if (removable)
138 CheckGalleryInfo( const MediaFileSystemInfo& info, const base::string16& name, const base::FilePath& path, bool removable, bool media_device) argument
/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_file_system_registry.h52 bool removable,
62 bool removable; member in struct:MediaFileSystemInfo
H A Dmedia_file_system_registry_unittest.cc175 bool removable,
178 EXPECT_EQ(removable, info.removable);
182 if (removable)
324 bool removable,
710 bool removable,
726 removable, media_device);
870 // galleries on auto-detected removable devices that were blacklisted.
928 true /*removable*/, true /* media device */);
940 true /*removable*/, tru
172 CheckGalleryInfo(const MediaFileSystemInfo& info, TestMediaFileSystemContext* fs_context, const base::FilePath& path, bool removable, bool media_device) argument
706 CheckNewGalleryInfo( ProfileState* profile_state, const FSInfoMap& galleries_info, const base::FilePath& location, bool removable, bool media_device) argument
[all...]
H A Dmedia_file_system_registry.cc243 bool removable,
250 removable(removable),
238 MediaFileSystemInfo(const base::string16& fs_name, const base::FilePath& fs_path, const std::string& filesystem_id, MediaGalleryPrefId pref_id, const std::string& transient_device_id, bool removable, bool media_device) argument
/external/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h86 SetRemovable (bool removable) argument
88 m_can_be_removed = removable;
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_mac.cc54 bool removable = CFBooleanGetValue(cf_removable); local
58 return removable || is_usb;
/external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
H A DSDL_syscdrom.c71 int removable; local
93 removable=dinfo.flags & DEV_REMOVABLE;
97 if ((atapi)&&(removable))
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dfile_manager_commands.js417 var removable = location && location.rootType ===
419 event.canExecute = removable && !isReadOnly;
420 event.command.setHidden(!removable);
/external/qemu/include/block/
H A Dblock_int.h106 /* removable device specific */
145 int removable; /* if true, the media can be removed */ member in struct:BlockDriverState
H A Dblock.h173 void bdrv_set_removable(BlockDriverState *bs, int removable);
/external/chromium_org/google_apis/drive/
H A Ddrive_api_parser.h177 // Returns whether this application is removable by apps.delete API.
229 void set_removable(bool removable) { removable_ = removable; } argument
/external/qemu/
H A Dblock.c1284 bs->removable = ((type == BDRV_TYPE_CDROM ||
1323 void bdrv_set_removable(BlockDriverState *bs, int removable) argument
1325 bs->removable = removable;
1326 if (removable && bs == bs_snapshots) {
1333 return bs->removable;
1552 monitor_printf(mon, "%s: type=%s removable=%d",
1555 qdict_get_bool(bs_dict, "removable"));
1557 if (qdict_get_bool(bs_dict, "removable")) {
1610 "'removable'
[all...]
/external/chromium_org/v8/src/
H A Dhydrogen.h119 RemovableSimulate removable = FIXED_SIMULATE) {
120 HSimulate* instr = CreateSimulate(ast_id, removable);
169 HSimulate* CreateSimulate(BailoutId ast_id, RemovableSimulate removable);
1304 void AddSimulate(BailoutId id, RemovableSimulate removable = FIXED_SIMULATE);
1961 RemovableSimulate removable) {
1962 HSimulate* instr = current_block()->CreateSimulate(id, removable);
1959 Add( BailoutId id, RemovableSimulate removable) argument
/external/chromium_org/v8/tools/gyp/
H A Dv8_base.host.darwin-arm.mk150 v8/src/hydrogen-removable-simulates.cc \
H A Dv8_base.host.darwin-arm64.mk150 v8/src/hydrogen-removable-simulates.cc \

Completed in 3047 milliseconds

123