Lines Matching full:char
41 static const char *SECDIR;
42 static const char *SEC_STGDIR;
43 static const char *SEC_STG_SECIMGDIR;
44 static const char *SEC_ASECDIR;
45 static const char *ASECDIR;
48 char *mLabel;
49 char *mMountpoint;
59 Volume(VolumeManager *vm, const char *label, const char *mount_point);
66 const char *getLabel() { return mLabel; }
67 const char *getMountpoint() { return mMountpoint; }
82 int createDeviceNode(const char *path, int major, int minor);
85 int initializeMbr(const char *deviceNode);
86 bool isMountpointMounted(const char *path);
88 int doUnmount(const char *path, bool force);
89 int doMoveMount(const char *src, const char *dst, bool force);