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.
35 MtabWatcherLinux::MtabWatcherLinux(const base::FilePath& mtab_path,
43 base::Bind(&MtabWatcherLinux::OnFilePathChanged,
53 MtabWatcherLinux::~MtabWatcherLinux() {
57 void MtabWatcherLinux::ReadMtab() const {
87 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."
25 class MtabWatcherLinux {
40 MtabWatcherLinux(const base::FilePath& mtab_path,
42 ~MtabWatcherLinux();
59 base::WeakPtrFactory<MtabWatcherLinux> weak_ptr_factory_;
61 DISALLOW_COPY_AND_ASSIGN(MtabWatcherLinux);

Completed in 758 milliseconds