Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 – 16 of 16) 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;
73 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
Dpartition_opener.cpp91 bool PartitionOpener::GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const { in GetInfo() function in android::fs_mgr::PartitionOpener
Dwriter.cpp131 if (!opener.GetInfo(partition_name, &info)) { in ValidateAndSerializeMetadata()
Dbuilder.cpp150 if (opener->GetInfo(partition_name, &device_info)) { in New()
Dbuilder_test.cpp448 ASSERT_TRUE(opener.GetInfo(fs_mgr_get_super_partition_name(), &device_info)); in TEST_F()
/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/nvram/core/include/nvram/core/
Dnvram_manager.h40 nvram_result_t GetInfo(const GetInfoRequest& request,
/system/core/libunwindstack/tools/
Dunwind_reg_info.cpp167 int GetInfo(const char* file, uint64_t pc) { in GetInfo() function
279 return unwindstack::GetInfo(argv[1], pc); in main()
/system/core/libunwindstack/
DMapInfo.cpp47 if (!Elf::GetInfo(memory, &max_size) || max_size < map_size) { in InitFileMemoryFromPreviousReadOnlyMap()
90 if (Elf::GetInfo(memory.get(), &max_size)) { in GetFileMemory()
DElf.cpp209 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/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.cc343 Time time = dir.GetInfo().GetLastModifiedTime(); in PerformHousekeeping()
/system/gsid/
Dgsi_service.cpp1099 if (!opener.GetInfo(data_device_path, &data_device_info)) { in CreateMetadata()