Home
last modified time | relevance | path

Searched defs:base_device (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/system/core/fs_mgr/tools/
H A Ddmctl.cpp157 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 Dbase_device.c42 char *base_device(const char *device) in base_device() function
H A Dfsck.h65 char * base_device; member
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp468 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 Dsnapshot_test.cpp595 std::string base_device; in TEST_F() local
/aosp_15_r20/system/core/fs_mgr/libdm/
H A Ddm_target.cpp228 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 Ddm_target.h222 DmTargetSnapshot(uint64_t start, uint64_t length, const std::string& base_device, in DmTargetSnapshot()
/aosp_15_r20/system/core/fs_mgr/libfstab/
H A Dfstab.cpp967 std::string base_device; in GetVerityDeviceName() local
/aosp_15_r20/external/pytorch/benchmarks/dynamo/
H A Dcommon.py2656 self, name, model, example_inputs, optimize_ctx, base_device="cpu" argument