Searched defs:Volume (Results 1 - 2 of 2) sorted by relevance

/system/vold/
H A DVolume.h26 class Volume { class
65 Volume(VolumeManager *vm, const fstab_rec* rec, int flags);
66 virtual ~Volume();
107 typedef android::List<Volume *> VolumeCollection;
H A DVolume.cpp43 #include "Volume.h"
57 const char *Volume::MEDIA_DIR = "/mnt/media_rw";
62 const char *Volume::FUSE_DIR = "/storage";
67 const char *Volume::SEC_ASECDIR_EXT = "/mnt/secure/asec";
72 const char *Volume::SEC_ASECDIR_INT = "/data/app-asec";
76 const char *Volume::ASECDIR = "/mnt/asec";
81 const char *Volume::LOOPDIR = "/mnt/obb";
84 if (state == Volume::State_Init)
86 else if (state == Volume::State_NoMedia)
88 else if (state == Volume
108 Volume::Volume(VolumeManager *vm, const fstab_rec* rec, int flags) { function in class:Volume
[all...]

Completed in 41 milliseconds