Home
last modified time | relevance | path

Searched refs:IsDeviceAlreadyMounted (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/storage_monitor/
Dstorage_monitor_linux.h101 bool IsDeviceAlreadyMounted(const base::FilePath& mount_device) const;
Dstorage_monitor_linux.cc434 if (IsDeviceAlreadyMounted(mount_device)) { in UpdateMtab()
460 bool StorageMonitorLinux::IsDeviceAlreadyMounted( in IsDeviceAlreadyMounted() function in StorageMonitorLinux