Searched refs:created_devices (Results 1 – 3 of 3) sorted by relevance
/system/core/init/ |
D | first_stage_init.cpp | 347 bool created_devices = false; in FirstStageMain() local 350 created_devices = DoCreateDevices(); in FirstStageMain() 351 if (!created_devices) { in FirstStageMain() 403 if (!DoFirstStageMount(!created_devices)) { in FirstStageMain()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 2386 AutoDeviceList created_devices; in MapPartitionWithSnapshot() local 2397 created_devices.EmplaceBack<AutoUnmapDevice>(&dm_, params.GetDeviceName()); in MapPartitionWithSnapshot() 2414 created_devices.Release(); in MapPartitionWithSnapshot() 2432 if (!MapCowDevices(lock, cow_params, *live_snapshot_status, &created_devices, &cow_name)) { in MapPartitionWithSnapshot() 2449 created_devices.Release(); in MapPartitionWithSnapshot() 2464 created_devices.EmplaceBack<AutoUnmapDevice>(&dm_, source_device); in MapPartitionWithSnapshot() 2491 created_devices.EmplaceBack<AutoUnmapDevice>(&dm_, name); in MapPartitionWithSnapshot() 2528 created_devices.Release(); in MapPartitionWithSnapshot() 2564 AutoDeviceList* created_devices, std::string* cow_name) { in MapCowDevices() argument 2583 created_devices->EmplaceBack<AutoUnmapImage>(images_.get(), cow_image_name); in MapCowDevices() [all …]
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 718 const SnapshotStatus& snapshot_status, AutoDeviceList* created_devices, 744 PartitionCowCreator* cow_creator, AutoDeviceList* created_devices,
|