HomeSort by relevance Sort by last modified time
    Searched refs:mtab_path_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/storage_monitor/
mtab_watcher_linux.cc 35 : mtab_path_(mtab_path),
40 mtab_path_, false,
44 LOG(ERROR) << "Adding watch for " << mtab_path_.value() << " failed";
58 FILE* fp = setmntent(mtab_path_.value().c_str(), "r");
89 if (path != mtab_path_) {
96 LOG(ERROR) << "Error watching " << mtab_path_.value();
mtab_watcher_linux.h 46 // Called when |mtab_path_| changes.
50 const base::FilePath mtab_path_; member in class:MtabWatcherLinux
52 // Watcher for |mtab_path_|.
storage_monitor_linux.h 113 const base::FilePath mtab_path_; member in class:StorageMonitorLinux
storage_monitor_linux.cc 238 : mtab_path_(path),
249 DCHECK(!mtab_path_.empty());
254 mtab_path_,

Completed in 158 milliseconds