Searched refs:mPath (Results 1 - 6 of 6) sorted by path

/system/core/include/sysutils/
H A DNetlinkEvent.h41 char *mPath; member in class:NetlinkEvent
/system/core/libsysutils/src/
H A DNetlinkEvent.cpp53 mPath = NULL;
59 if (mPath)
60 free(mPath);
606 mPath = strdup(p+1);
/system/vold/
H A DPrivateVolume.cpp99 mPath = StringPrintf("/mnt/expand/%s", mFsUuid.c_str());
100 setPath(mPath);
102 if (PrepareDir(mPath, 0700, AID_ROOT, AID_ROOT)) {
103 PLOG(ERROR) << getId() << " failed to create mount point " << mPath;
108 int res = ext4::Check(mDmDevPath, mPath);
116 if (ext4::Mount(mDmDevPath, mPath, false, false, true)) {
130 if (f2fs::Mount(mDmDevPath, mPath)) {
140 LOG(VERBOSE) << "Starting restorecon of " << mPath;
144 property_set("selinux.restorecon_recursive", mPath.c_str());
149 if (strcmp(mPath
[all...]
H A DPrivateVolume.h60 std::string mPath; member in class:android::vold::PrivateVolume
H A DVolumeBase.cpp118 mPath = path;
119 notifyEvent(ResponseCode::VolumePathChanged, mPath);
H A DVolumeBase.h84 const std::string& getPath() { return mPath; }
138 std::string mPath; member in class:android::vold::VolumeBase

Completed in 112 milliseconds