Home
last modified time | relevance | path

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

/base/update/updater/services/fs_manager/
H A Dmount.cpp34 static const std::string PARTITION_PATH = "/dev/block/by-name"; member
339 std::string blockDevice = PARTITION_PATH + mountPoint; in GetBlockDeviceByMountPoint()
341 blockDevice = PARTITION_PATH + "/" + mountPoint; in GetBlockDeviceByMountPoint()
366 std::string blockDevice = PARTITION_PATH + mountPoint; in GetBlockDevicesByMountPoint()
368 blockDevice = PARTITION_PATH + "/" + mountPoint; in GetBlockDevicesByMountPoint()

Completed in 1 milliseconds