Home
last modified time | relevance | path

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

/base/update/updater/services/fs_manager/
Dmount.cpp34 static const std::string PARTITION_PATH = "/dev/block/by-name"; variable
331 std::string blockDevice = PARTITION_PATH + mountPoint; in GetBlockDeviceByMountPoint()
333 blockDevice = PARTITION_PATH + "/" + mountPoint; in GetBlockDeviceByMountPoint()
358 std::string blockDevice = PARTITION_PATH + mountPoint; in GetBlockDevicesByMountPoint()
360 blockDevice = PARTITION_PATH + "/" + mountPoint; in GetBlockDevicesByMountPoint()