/aosp_15_r20/system/core/fs_mgr/liblp/include/liblp/ |
H A D | partition_opener.h | 69 virtual std::string GetDeviceString(const std::string& partition_name) const = 0; 79 virtual std::string GetDeviceString(const std::string& partition_name) const override;
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/ |
H A D | test_helpers.h | 68 std::string GetDeviceString(const std::string& partition_name) const override; 170 virtual bool GetDeviceString(const std::string& name, std::string* dev) { in GetDeviceString() function 171 return impl_.GetDeviceString(name, dev); in GetDeviceString()
|
/aosp_15_r20/system/core/fs_mgr/ |
H A D | fs_mgr_dm_linear.cpp | 73 std::string dev_string = opener->GetDeviceString(name); in GetPhysicalPartitionDevicePath() 75 dev_string = opener->GetDeviceString(super_device); in GetPhysicalPartitionDevicePath()
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/ |
H A D | test_helpers.cpp | 74 std::string TestPartitionOpener::GetDeviceString(const std::string& partition_name) const { in GetDeviceString() function in android::snapshot::TestPartitionOpener 78 return PartitionOpener::GetDeviceString(partition_name); in GetDeviceString()
|
H A D | snapshot.cpp | 2612 if (!dm_.GetDeviceString(params.GetDeviceName(), &base_device)) { in MapPartitionWithSnapshot() 4374 return dm_.GetDeviceString(device_name, device_string_or_mapped_path); in GetMappedImageDeviceStringOrPath()
|
/aosp_15_r20/system/core/fs_mgr/libdm/include/libdm/ |
H A D | dm.h | 83 virtual bool GetDeviceString(const std::string& name, std::string* dev) = 0; 254 bool GetDeviceString(const std::string& name, std::string* dev) override;
|
/aosp_15_r20/system/core/fs_mgr/libfiemap/ |
H A D | image_test.cpp | 66 std::string GetDeviceString(const std::string& partition_name) const override { in GetDeviceString() function in TestPartitionOpener 67 return PartitionOpener::GetDeviceString(GetPathForBlockDeviceName(partition_name)); in GetDeviceString()
|
H A D | image_manager.cpp | 578 if (!dm.GetDeviceString(name, dev)) { in MapImageWithDeviceMapper()
|
/aosp_15_r20/system/core/fs_mgr/liblp/fuzzer/ |
H A D | liblp_builder_fuzzer.cpp | 356 partitionOpener.GetDeviceString(mFdp.PickValueInArray(mPartitionNames)); in invokeBuilderAPIs() 377 pOpener.GetDeviceString(superPartitionName); in invokeBuilderAPIs()
|
/aosp_15_r20/system/core/fs_mgr/liblp/ |
H A D | partition_opener.cpp | 121 std::string PartitionOpener::GetDeviceString(const std::string& partition_name) const { in GetDeviceString() function in android::fs_mgr::PartitionOpener
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | nccl_collective_thunk.h | 116 static std::string GetDeviceString(const NcclExecuteParams& params);
|
H A D | nccl_collective_thunk.cc | 197 std::string NcclCollectiveThunk::GetDeviceString( in GetDeviceString() function in xla::gpu::NcclCollectiveThunk
|
H A D | nccl_collective_permute_thunk.cc | 131 std::string device_string = GetDeviceString(params.nccl_params); in RunNcclCollective()
|
H A D | jitrt_custom_calls.cc | 2037 std::string device_string = NcclCollectiveThunk::GetDeviceString(params); in operator ()()
|
/aosp_15_r20/system/core/fs_mgr/libdm/ |
H A D | dm.cpp | 533 bool DeviceMapper::GetDeviceString(const std::string& name, std::string* dev) { in GetDeviceString() function in android::dm::DeviceMapper
|
H A D | dm_test.cpp | 117 ASSERT_TRUE(dm.GetDeviceString(dev.name(), &dev_string)); in TEST_F()
|