OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unmount
(Results
1 - 3
of
3
) sorted by null
/external/chromium/chrome/browser/chromeos/cros/
cryptohome_library.h
88
// Asks cryptohomed to
unmount
the currently mounted cryptohome.
90
virtual bool
Unmount
() = 0;
mock_cryptohome_library.h
68
MOCK_METHOD0(
Unmount
, bool(void));
cryptohome_library.cc
90
bool
Unmount
() {
324
bool
Unmount
() {
Completed in 111 milliseconds