Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 – 20 of 20) sorted by relevance

/system/core/fs_mgr/liblp/include/liblp/
Dpartition_opener.h64 virtual bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const = 0;
78 virtual bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const override;
/system/core/fs_mgr/liblp/
Dtest_partition_opener.h34 bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const override;
Dtest_partition_opener.cpp40 bool TestPartitionOpener::GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const { in GetInfo() function in android::fs_mgr::TestPartitionOpener
Ddevice_test.cpp48 ASSERT_TRUE(opener.GetInfo(fs_mgr_get_super_partition_name(), &device_info)); in TEST_F()
Dpartition_opener.cpp112 bool PartitionOpener::GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const { in GetInfo() function in android::fs_mgr::PartitionOpener
Dwriter.cpp137 if (!opener.GetInfo(partition_name, &info)) { in ValidateAndSerializeMetadata()
Dbuilder.cpp209 if (opener->GetInfo(partition_name, &device_info)) { in New()
/system/core/fs_mgr/libsnapshot/
Dtest_helpers.cpp53 bool TestPartitionOpener::GetInfo(const std::string& partition_name, in GetInfo() function in android::snapshot::TestPartitionOpener
56 return PartitionOpener::GetInfo(partition_name, info); in GetInfo()
59 if (PartitionOpener::GetInfo(fake_super_path_, info)) { in GetInfo()
/system/core/fs_mgr/libfiemap/
Dimage_test.cpp56 bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const override { in GetInfo() function in TestPartitionOpener
57 return PartitionOpener::GetInfo(GetPathForBlockDeviceName(partition_name), info); in GetInfo()
Dmetadata.cpp77 if (!opener.GetInfo(data_device, &device_info)) { in OpenOrCreateMetadata()
/system/nvram/core/include/nvram/core/
Dnvram_manager.h40 nvram_result_t GetInfo(const GetInfoRequest& request,
/system/nvram/core/tests/
Dnvram_manager_test.cpp109 nvram.GetInfo(get_info_request, &get_info_response)); in TEST_F()
239 nvram.GetInfo(get_info_request, &get_info_response)); in TEST_F()
387 nvram.GetInfo(get_info_request, &get_info_response)); in TEST_F()
397 nvram.GetInfo(get_info_request, &get_info_response)); in TEST_F()
423 nvram2.GetInfo(get_info_request, &get_info_response)); in TEST_F()
1135 nvram.GetInfo(get_info_request, &get_info_response)); in TEST_F()
1163 nvram.GetInfo(get_info_request, &get_info_response)); in TEST_F()
1188 nvram2.GetInfo(get_info_request, &get_info_response)); in TEST_F()
1217 nvram.GetInfo(get_info_request, &get_info_response)); in TEST_F()
/system/core/libunwindstack/tools/
Dunwind_reg_info.cpp174 int GetInfo(const char* file, uint64_t offset, uint64_t pc) { in GetInfo() function
293 return unwindstack::GetInfo(argv[1], offset, pc); in main()
/system/core/libunwindstack/
DMapInfo.cpp50 if (!Elf::GetInfo(memory, &max_size) || max_size < map_size) { in InitFileMemoryFromPreviousReadOnlyMap()
93 if (Elf::GetInfo(memory.get(), &max_size)) { in GetFileMemory()
DElf.cpp218 bool Elf::GetInfo(Memory* memory, uint64_t* size) { in GetInfo() function in unwindstack::Elf
/system/core/libunwindstack/include/unwindstack/
DElf.h102 static bool GetInfo(Memory* memory, uint64_t* size);
/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h64 bool GetInfo(const std::string& partition_name,
/system/nvram/core/
Dnvram_manager.cpp118 result = GetInfo(*input.get<COMMAND_GET_INFO>(), in Dispatch()
166 nvram_result_t NvramManager::GetInfo(const GetInfoRequest& /* request */, in GetInfo() function in nvram::NvramManager
/system/update_engine/
Dp2p_manager.cc342 Time time = dir.GetInfo().GetLastModifiedTime(); in PerformHousekeeping()
/system/core/fs_mgr/
Dfs_mgr_overlayfs.cpp1063 if (!opener.GetInfo(fs_mgr_get_super_partition_name(), &info)) { in CreateScratchOnData()