Searched refs:PARTITION_PATH (Results 1 – 1 of 1) sorted by relevance
34 static const std::string PARTITION_PATH = "/dev/block/by-name"; variable331 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()