Home
last modified time | relevance | path

Searched refs:mountPath_ (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/volume/src/
H A Dexternal_volume_info.cpp74 return mountPath_; in GetMountPath()
109 TravelChmod(mountPath_, mode); in DoMount4Ext()
124 mountPath_, in DoMount4Ntfs()
143 mountPath_, in DoMount4Exfat()
172 if (!lstat(mountPath_.c_str(), &statbuf)) { in DoMount()
198 remove(mountPath_.c_str()); in DoMount()
209 Process ps(mountPath_); in DoUMount()
212 umount2(mountPath_.c_str(), MNT_DETACH); in DoUMount()
213 remove(mountPath_.c_str()); in DoUMount()
218 int ret = umount(mountPath_.c_str()); in DoUMount()
[all …]
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/avmetadatahelper/test/unittest/include/
H A Davmetadata_mock.h118 return mountPath_; in GetMountPath()
122 mountPath_ = mountPath; in SetMountPath()
132 std::string mountPath_ = "file:///data/test/"; variable
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/include/volume/
H A Dexternal_volume_info.h51 std::string mountPath_; variable