OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrivateVolume
(Results
1 - 4
of
4
) sorted by null
/system/vold/
PrivateVolume.h
38
class
PrivateVolume
: public VolumeBase {
40
PrivateVolume
(dev_t device, const std::string& keyRaw);
41
virtual ~
PrivateVolume
();
72
DISALLOW_COPY_AND_ASSIGN(
PrivateVolume
);
PrivateVolume.cpp
19
#include "
PrivateVolume
.h"
46
PrivateVolume
::
PrivateVolume
(dev_t device, const std::string& keyRaw) :
52
PrivateVolume
::~
PrivateVolume
() {
55
status_t
PrivateVolume
::readMetadata() {
63
status_t
PrivateVolume
::doCreate() {
86
status_t
PrivateVolume
::doDestroy() {
93
status_t
PrivateVolume
::doMount() {
165
status_t
PrivateVolume
::doUnmount()
[
all
...]
Android.mk
24
PrivateVolume
.cpp \
Disk.cpp
19
#include "
PrivateVolume
.h"
194
auto vol = std::shared_ptr<VolumeBase>(new
PrivateVolume
(device, keyRaw));
Completed in 346 milliseconds