Searched refs:bow_device (Results 1 – 2 of 2) sorted by relevance
75 std::string bow_device = fs_mgr_find_bow_device(block_device); in setBowState() local76 if (bow_device.empty()) return false; in setBowState()78 if (!android::base::WriteStringToFile(state, bow_device + "/bow/state")) { in setBowState()79 PLOG(ERROR) << "Failed to write to file " << bow_device + "/bow/state"; in setBowState()329 std::string bow_device = fs_mgr_find_bow_device(blk_device); in cp_healthDaemon() local330 if (!bow_device.empty()) { in cp_healthDaemon()332 if (android::base::ReadFileToString(bow_device + "/bow/free", &content)) { in cp_healthDaemon()
1091 std::string bow_device = entry->blk_device; in Revert() local1092 entry->blk_device = device_map_[bow_device]; in Revert()1093 device_map_.erase(bow_device); in Revert()