Home
last modified time | relevance | path

Searched refs:VoldCommand (Results 1 – 5 of 5) sorted by relevance

/system/vold/
DCommandListener.h31 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 {
DVoldCommand.h22 class VoldCommand : public FrameworkCommand {
24 VoldCommand(const char *cmd);
25 virtual ~VoldCommand() {} in ~VoldCommand()
DVoldCommand.cpp19 VoldCommand::VoldCommand(const char *cmd) : in VoldCommand() function in VoldCommand
DCommandListener.cpp89 VoldCommand("dump") { in DumpCmd()
118 VoldCommand("volume") { in VolumeCmd()
228 VoldCommand("storage") { in StorageCmd()
295 VoldCommand("asec") { in AsecCmd()
475 VoldCommand("obb") { in ObbCmd()
539 VoldCommand("cryptfs") { in CryptfsCmd()
744 VoldCommand("fstrim") { in FstrimCmd()
DAndroid.mk6 VoldCommand.cpp \