Home
last modified time | relevance | path

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

/aosp12/system/core/fs_mgr/include/
H A Dfs_mgr.h133 std::string fs_mgr_find_bow_device(const std::string& block_device);
/aosp12/system/vold/
H A DCheckpoint.cpp74 std::string bow_device = fs_mgr_find_bow_device(block_device); in setBowState()
328 std::string bow_device = fs_mgr_find_bow_device(blk_device); in cp_healthDaemon()
/aosp12/system/core/fs_mgr/
H A Dfs_mgr.cpp1170 if (fs_mgr_find_bow_device(actual_block_device).empty()) { in UpdateCheckpointPartition()
1235 std::string fs_mgr_find_bow_device(const std::string& block_device) { in fs_mgr_find_bow_device() function