Home | History | Annotate | Download | only in vold

Lines Matching full:char

27 typedef android::List<char *> AsecIdCollection;
53 int mountVolume(const char *label);
54 int unmountVolume(const char *label, bool force);
55 int shareVolume(const char *label, const char *method);
56 int unshareVolume(const char *label, const char *method);
57 int shareAvailable(const char *method, bool *avail);
58 int shareEnabled(const char *path, const char *method, bool *enabled);
59 int simulate(const char *cmd, const char *arg);
60 int formatVolume(const char *label);
61 int createAsec(const char *id, unsigned numSectors, const char *fstype,
62 const char *key, int ownerUid);
63 int finalizeAsec(const char *id);
64 int destroyAsec(const char *id, bool force);
65 int mountAsec(const char *id, const char *key, int ownerUid);
66 int unmountAsec(const char *id, bool force);
67 int renameAsec(const char *id1, const char *id2);
68 int getAsecMountPath(const char *id, char *buffer, int maxlen);
82 static char *asecHash(const char *id, char *buffer, size_t len);
86 Volume *lookupVolume(const char *label);
87 bool isMountpointMounted(const char *mp);