HomeSort by relevance Sort by last modified time
    Searched defs:MtabWatcherLinux (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/storage_monitor/
mtab_watcher_linux.cc 5 // MtabWatcherLinux implementation.
33 MtabWatcherLinux::MtabWatcherLinux(const base::FilePath& mtab_path,
41 base::Bind(&MtabWatcherLinux::OnFilePathChanged,
51 MtabWatcherLinux::~MtabWatcherLinux() {
55 void MtabWatcherLinux::ReadMtab() const {
85 void MtabWatcherLinux::OnFilePathChanged(
mtab_watcher_linux.h 5 // MtabWatcherLinux listens for mount point changes from a mtab file and
7 // MtabWatcherLinux lives on the FILE thread.
13 #error "ChromeOS does not use MtabWatcherLinux."
23 class MtabWatcherLinux {
38 MtabWatcherLinux(const base::FilePath& mtab_path,
40 ~MtabWatcherLinux();
57 base::WeakPtrFactory<MtabWatcherLinux> weak_ptr_factory_;
59 DISALLOW_COPY_AND_ASSIGN(MtabWatcherLinux);

Completed in 47 milliseconds