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 AsecCmd : public
VoldCommand
{
54
class ObbCmd : public
VoldCommand
{
61
class StorageCmd : public
VoldCommand
{
68
class CryptfsCmd : public
VoldCommand
{
75
class FstrimCmd : public
VoldCommand
{
Android.mk
6
VoldCommand
.cpp \
CommandListener.cpp
89
VoldCommand
("dump") {
118
VoldCommand
("volume") {
228
VoldCommand
("storage") {
295
VoldCommand
("asec") {
475
VoldCommand
("obb") {
539
VoldCommand
("cryptfs") {
722
VoldCommand
("fstrim") {
Completed in 114 milliseconds