Home
last modified time | relevance | path

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

/system/core/fs_mgr/include/
Dfs_mgr.h110 std::string fs_mgr_find_bow_device(const std::string& block_device);
/system/vold/
DCheckpoint.cpp65 std::string bow_device = fs_mgr_find_bow_device(block_device); in setBowState()
294 std::string bow_device = fs_mgr_find_bow_device(blk_device); in cp_healthDaemon()
/system/core/fs_mgr/
Dfs_mgr.cpp984 if (fs_mgr_find_bow_device(actual_block_device).empty()) { in UpdateCheckpointPartition()
1029 std::string fs_mgr_find_bow_device(const std::string& block_device) { in fs_mgr_find_bow_device() function