Searched refs:ignore_path (Results 1 – 4 of 4) sorted by relevance
/system/core/fs_mgr/ |
D | fs_mgr_dm_linear.cpp | 171 std::string ignore_path; in CreateLogicalPartitions() local 172 if (!CreateLogicalPartition(params, &ignore_path)) { in CreateLogicalPartitions()
|
/system/core/fs_mgr/libdm/ |
D | dm.cpp | 267 std::string ignore_path; in CreateDevice() local 268 if (!CreateDevice(name, table, &ignore_path, 0ms)) { in CreateDevice()
|
/system/core/fs_mgr/tools/ |
D | dmctl.cpp | 251 std::string ignore_path; in DmCreateCmdHandler() local 253 if (!dm.CreateDevice(name, table, &ignore_path, 5s)) { in DmCreateCmdHandler()
|
/system/core/fs_mgr/libfiemap/ |
D | image_manager.cpp | 572 std::string ignore_path; in MapImageWithDeviceMapper() local 573 if (!MapWithDmLinear(opener, name, {}, &ignore_path)) { in MapImageWithDeviceMapper()
|