Searched defs:base_device (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/system/core/fs_mgr/tools/ |
H A D | dmctl.cpp | 157 std::string base_device = NextArg(); in Next() local 186 std::string base_device = NextArg(); in Next() local
|
/aosp_15_r20/external/e2fsprogs/misc/ |
H A D | base_device.c | 42 char *base_device(const char *device) in base_device() function
|
H A D | fsck.h | 65 char * base_device; member
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot.cpp | 468 const std::string& cow_file, const std::string& base_device, in MapDmUserCow() 592 const std::string& base_device, const std::string& cow_device, in MapSnapshot() 999 std::string base_device, cow_device; in RewriteSnapshotDeviceTable() local 1608 std::string base_device, cow_device; in CollapseSnapshotDevice() local 2611 std::string base_device; in MapPartitionWithSnapshot() local
|
H A D | snapshot_test.cpp | 595 std::string base_device; in TEST_F() local
|
/aosp_15_r20/system/core/fs_mgr/libdm/ |
H A D | dm_target.cpp | 228 bool DmTargetSnapshot::GetDevicesFromParams(const std::string& params, std::string* base_device, in GetDevicesFromParams()
|
/aosp_15_r20/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm_target.h | 222 DmTargetSnapshot(uint64_t start, uint64_t length, const std::string& base_device, in DmTargetSnapshot()
|
/aosp_15_r20/system/core/fs_mgr/libfstab/ |
H A D | fstab.cpp | 967 std::string base_device; in GetVerityDeviceName() local
|
/aosp_15_r20/external/pytorch/benchmarks/dynamo/ |
H A D | common.py | 2656 self, name, model, example_inputs, optimize_ctx, base_device="cpu" argument
|