OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetStorageInfoForPath
(Results
1 - 16
of
16
) sorted by null
/external/chromium_org/components/storage_monitor/
test_storage_monitor.h
37
virtual bool
GetStorageInfoForPath
(
storage_monitor_win_unittest.cc
282
EXPECT_FALSE(monitor_->
GetStorageInfoForPath
(
284
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
287
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
290
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
314
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
317
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
320
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
323
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
326
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
329
EXPECT_TRUE(monitor_->
GetStorageInfoForPath
(
[
all
...]
media_transfer_protocol_device_observer_linux.h
44
bool
GetStorageInfoForPath
(const base::FilePath& path,
storage_monitor_chromeos.h
64
virtual bool
GetStorageInfoForPath
(const base::FilePath& path,
storage_monitor_mac.h
41
virtual bool
GetStorageInfoForPath
(
storage_monitor_win.h
38
virtual bool
GetStorageInfoForPath
(const base::FilePath& path,
storage_monitor_linux_unittest.cc
245
if (!notifier()->
GetStorageInfoForPath
(path, &info))
601
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_a, &device_info));
609
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_b, &device_info));
613
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_c, &device_info));
618
EXPECT_FALSE(notifier()->
GetStorageInfoForPath
(base::FilePath(kInvalidPath),
623
notifier()->
GetStorageInfoForPath
(test_path_a.Append("some/other/path"),
639
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_a, &device_info));
642
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_b, &device_info));
645
EXPECT_TRUE(notifier()->
GetStorageInfoForPath
(test_path_c, &device_info));
storage_monitor.h
93
// |
GetStorageInfoForPath
| may not return the correct results. In addition,
104
virtual bool
GetStorageInfoForPath
(
storage_monitor_linux.h
93
virtual bool
GetStorageInfoForPath
(const base::FilePath& path,
test_storage_monitor.cc
79
bool TestStorageMonitor::
GetStorageInfoForPath
(
storage_monitor_chromeos.cc
198
bool StorageMonitorCros::
GetStorageInfoForPath
(
203
if (media_transfer_protocol_device_observer_->
GetStorageInfoForPath
(
storage_monitor_chromeos_unittest.cc
76
virtual bool
GetStorageInfoForPath
(const base::FilePath& path,
78
return StorageMonitorCros::
GetStorageInfoForPath
(path, device_info);
227
if (!monitor_->
GetStorageInfoForPath
(base::FilePath(device_location), &info))
storage_monitor_linux.cc
274
bool StorageMonitorLinux::
GetStorageInfoForPath
(
283
media_transfer_protocol_device_observer_->
GetStorageInfoForPath
(
media_storage_util.cc
149
bool found_device = monitor->
GetStorageInfoForPath
(path, &info);
167
// right
GetStorageInfoForPath
implementations.
media_transfer_protocol_device_observer_linux.cc
149
bool MediaTransferProtocolDeviceObserverLinux::
GetStorageInfoForPath
(
storage_monitor_win.cc
71
bool StorageMonitorWin::
GetStorageInfoForPath
(const base::FilePath& path,
Completed in 328 milliseconds