OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MtabWatcherLinux
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/storage_monitor/
mtab_watcher_linux.cc
5
//
MtabWatcherLinux
implementation.
36
MtabWatcherLinux
::
MtabWatcherLinux
(const base::FilePath& mtab_path,
44
base::Bind(&
MtabWatcherLinux
::OnFilePathChanged,
54
MtabWatcherLinux
::~
MtabWatcherLinux
() {
58
void
MtabWatcherLinux
::ReadMtab() const {
88
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 25 milliseconds