/system/core/fs_mgr/liblp/include/liblp/ |
D | partition_opener.h | 64 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/ |
D | test_partition_opener.h | 34 bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const override;
|
D | test_partition_opener.cpp | 40 bool TestPartitionOpener::GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const { in GetInfo() function in android::fs_mgr::TestPartitionOpener
|
D | partition_opener.cpp | 91 bool PartitionOpener::GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const { in GetInfo() function in android::fs_mgr::PartitionOpener
|
D | writer.cpp | 131 if (!opener.GetInfo(partition_name, &info)) { in ValidateAndSerializeMetadata()
|
D | builder.cpp | 150 if (opener->GetInfo(partition_name, &device_info)) { in New()
|
D | builder_test.cpp | 448 ASSERT_TRUE(opener.GetInfo(fs_mgr_get_super_partition_name(), &device_info)); in TEST_F()
|
/system/nvram/core/tests/ |
D | nvram_manager_test.cpp | 109 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/ |
D | nvram_manager.h | 40 nvram_result_t GetInfo(const GetInfoRequest& request,
|
/system/core/libunwindstack/tools/ |
D | unwind_reg_info.cpp | 167 int GetInfo(const char* file, uint64_t pc) { in GetInfo() function 279 return unwindstack::GetInfo(argv[1], pc); in main()
|
/system/core/libunwindstack/ |
D | MapInfo.cpp | 47 if (!Elf::GetInfo(memory, &max_size) || max_size < map_size) { in InitFileMemoryFromPreviousReadOnlyMap() 90 if (Elf::GetInfo(memory.get(), &max_size)) { in GetFileMemory()
|
D | Elf.cpp | 209 bool Elf::GetInfo(Memory* memory, uint64_t* size) { in GetInfo() function in unwindstack::Elf
|
/system/core/libunwindstack/include/unwindstack/ |
D | Elf.h | 102 static bool GetInfo(Memory* memory, uint64_t* size);
|
/system/nvram/core/ |
D | nvram_manager.cpp | 118 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/ |
D | p2p_manager.cc | 343 Time time = dir.GetInfo().GetLastModifiedTime(); in PerformHousekeeping()
|
/system/gsid/ |
D | gsi_service.cpp | 1099 if (!opener.GetInfo(data_device_path, &data_device_info)) { in CreateMetadata()
|