OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VoldCommand
(Results
1 - 7
of
7
) 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
explicit
VoldCommand
(const char *cmd);
25
virtual ~
VoldCommand
() {}
CommandListener.h
22
#include "
VoldCommand
.h"
33
class DumpCmd : public
VoldCommand
{
40
class VolumeCmd : public
VoldCommand
{
47
class AsecCmd : public
VoldCommand
{
56
class ObbCmd : public
VoldCommand
{
63
class StorageCmd : public
VoldCommand
{
70
class FstrimCmd : public
VoldCommand
{
77
class AppFuseCmd : public
VoldCommand
{
CryptCommandListener.h
22
#include "
VoldCommand
.h"
33
class CryptfsCmd : public
VoldCommand
{
CommandListener.cpp
112
VoldCommand
("dump") {
141
VoldCommand
("volume") {
286
VoldCommand
("storage") {
353
VoldCommand
("asec") {
533
VoldCommand
("obb") {
597
VoldCommand
("fstrim") {
784
CommandListener::AppFuseCmd::AppFuseCmd() :
VoldCommand
("appfuse") {}
Android.mk
7
VoldCommand
.cpp \
CryptCommandListener.cpp
104
VoldCommand
("cryptfs") {
Completed in 63 milliseconds