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

/system/vold/
H A DVolume.h26 class Volume { class
67 Volume(VolumeManager *vm, const fstab_rec* rec, int flags);
68 virtual ~Volume();
113 typedef android::List<Volume *> VolumeCollection;
H A DVolume.cpp45 #include "Volume.h"
59 const char *Volume::MEDIA_DIR = "/mnt/media_rw";
64 const char *Volume::FUSE_DIR = "/storage";
69 const char *Volume::SEC_ASECDIR_EXT = "/mnt/secure/asec";
74 const char *Volume::SEC_ASECDIR_INT = "/data/app-asec";
79 const char *Volume::ASECDIR = "/mnt/asec";
84 const char *Volume::LOOPDIR = "/mnt/obb";
86 const char *Volume::BLKID_PATH = "/system/bin/blkid";
89 if (state == Volume::State_Init)
91 else if (state == Volume
113 Volume::Volume(VolumeManager *vm, const fstab_rec* rec, int flags) { function in class:Volume
[all...]

Completed in 56 milliseconds