Home
last modified time | relevance | path

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

/system/core/init/
Dfirst_stage_init.cpp305 bool created_devices = false; in FirstStageMain() local
308 created_devices = DoCreateDevices(); in FirstStageMain()
309 if (!created_devices){ in FirstStageMain()
353 if (!DoFirstStageMount(!created_devices)) { in FirstStageMain()
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp2033 AutoDeviceList created_devices; in MapPartitionWithSnapshot() local
2045 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, params.GetDeviceName()); in MapPartitionWithSnapshot()
2052 created_devices.Release(); in MapPartitionWithSnapshot()
2070 if (!MapCowDevices(lock, cow_params, *live_snapshot_status, &created_devices, &cow_name)) { in MapPartitionWithSnapshot()
2087 created_devices.Release(); in MapPartitionWithSnapshot()
2101 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, source_device); in MapPartitionWithSnapshot()
2125 created_devices.EmplaceBack<AutoUnmapDevice>(&dm, name); in MapPartitionWithSnapshot()
2145 created_devices.Release(); in MapPartitionWithSnapshot()
2182 AutoDeviceList* created_devices, std::string* cow_name) { in MapCowDevices() argument
2203 created_devices->EmplaceBack<AutoUnmapImage>(images_.get(), cow_image_name); in MapCowDevices()
[all …]
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h671 const SnapshotStatus& snapshot_status, AutoDeviceList* created_devices,
694 PartitionCowCreator* cow_creator, AutoDeviceList* created_devices,