Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
Dimage_manager.cpp433 auto status_message = android::base::Join(lines, "\n"); in MapWithLoopDeviceList() local
435 if (!android::base::WriteStringToFile(status_message, status_file)) { in MapWithLoopDeviceList()
504 auto status_message = "loop:" + loop_devices.back(); in MapWithLoopDevice() local
506 if (!android::base::WriteStringToFile(status_message, status_file)) { in MapWithLoopDevice()