OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ObbVolume
(Results
1 - 3
of
3
) sorted by null
/system/vold/model/
ObbVolume.h
30
class
ObbVolume
: public VolumeBase {
32
ObbVolume
(int id, const std::string& sourcePath, const std::string& sourceKey,
34
virtual ~
ObbVolume
();
51
DISALLOW_COPY_AND_ASSIGN(
ObbVolume
);
ObbVolume.cpp
20
#include "
ObbVolume
.h"
44
ObbVolume
::
ObbVolume
(int id, const std::string& sourcePath, const std::string& sourceKey,
52
ObbVolume
::~
ObbVolume
() {
55
status_t
ObbVolume
::doCreate() {
91
status_t
ObbVolume
::doDestroy() {
103
status_t
ObbVolume
::doMount() {
119
status_t
ObbVolume
::doUnmount() {
/system/vold/
VolumeManager.cpp
65
#include "model/
ObbVolume
.h"
803
new android::vold::
ObbVolume
(id, sourcePath, sourceKey, ownerGid));
Completed in 101 milliseconds