OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoldCommand
(Results
1 - 5
of
5
) sorted by null
/system/vold/
VoldCommand.cpp
17
#include "
VoldCommand
.h"
19
VoldCommand
::
VoldCommand
(const char *cmd) :
VoldCommand.h
22
class
VoldCommand
: public FrameworkCommand {
24
VoldCommand
(const char *cmd);
25
virtual ~
VoldCommand
() {}
CommandListener.h
21
#include "
VoldCommand
.h"
31
class DumpCmd : public
VoldCommand
{
38
class VolumeCmd : public
VoldCommand
{
45
class ShareCmd : public
VoldCommand
{
52
class AsecCmd : public
VoldCommand
{
59
class ObbCmd : public
VoldCommand
{
66
class StorageCmd : public
VoldCommand
{
73
class XwarpCmd : public
VoldCommand
{
Android.mk
13
VoldCommand
.cpp \
CommandListener.cpp
79
VoldCommand
("dump") {
109
VoldCommand
("volume") {
201
VoldCommand
("share") {
234
VoldCommand
("storage") {
285
VoldCommand
("asec") {
402
VoldCommand
("obb") {
466
VoldCommand
("xwarp") {
Completed in 65 milliseconds