Searched refs:mPath (Results 1 – 6 of 6) sorted by relevance
/system/vold/ |
D | PrivateVolume.cpp | 99 mPath = StringPrintf("/mnt/expand/%s", mFsUuid.c_str()); in doMount() 100 setPath(mPath); in doMount() 102 if (PrepareDir(mPath, 0700, AID_ROOT, AID_ROOT)) { in doMount() 103 PLOG(ERROR) << getId() << " failed to create mount point " << mPath; in doMount() 108 int res = ext4::Check(mDmDevPath, mPath); in doMount() 116 if (ext4::Mount(mDmDevPath, mPath, false, false, true)) { in doMount() 130 if (f2fs::Mount(mDmDevPath, mPath)) { in doMount() 140 LOG(VERBOSE) << "Starting restorecon of " << mPath; in doMount() 144 property_set("selinux.restorecon_recursive", mPath.c_str()); in doMount() 149 if (strcmp(mPath.c_str(), value) == 0) { in doMount() [all …]
|
D | VolumeBase.h | 84 const std::string& getPath() { return mPath; } in getPath() 138 std::string mPath; variable
|
D | PrivateVolume.h | 60 std::string mPath; variable
|
D | VolumeBase.cpp | 118 mPath = path; in setPath() 119 notifyEvent(ResponseCode::VolumePathChanged, mPath); in setPath()
|
/system/core/include/sysutils/ |
D | NetlinkEvent.h | 41 char *mPath; variable
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 53 mPath = NULL; in NetlinkEvent() 59 if (mPath) in ~NetlinkEvent() 60 free(mPath); in ~NetlinkEvent() 606 mPath = strdup(p+1); in parseAsciiNetlinkMessage()
|