Home
last modified time | relevance | path

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

/system/vold/
DCheckpoint.cpp75 std::string bow_device = fs_mgr_find_bow_device(block_device); in setBowState() local
76 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() local
330 if (!bow_device.empty()) { in cp_healthDaemon()
332 if (android::base::ReadFileToString(bow_device + "/bow/free", &content)) { in cp_healthDaemon()
/system/core/fs_mgr/
Dfs_mgr.cpp1091 std::string bow_device = entry->blk_device; in Revert() local
1092 entry->blk_device = device_map_[bow_device]; in Revert()
1093 device_map_.erase(bow_device); in Revert()