Home
last modified time | relevance | path

Searched refs:GetInfo (Results 1 – 24 of 24) 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/security/keystore2/src/
Dpermission.rs71 GetInfo = KeyPermission::GET_INFO.0,
415 KeyPerm::GetInfo,
426 KeyPerm::GetInfo,
439 KeyPerm::GetInfo,
448 KeyPerm::GetInfo,
589 assert!(check_key_permission(0, &system_server_ctx, KeyPerm::GetInfo, &key, &None).is_ok()); in check_key_permission_domain_app()
598 assert!(check_key_permission(0, &shell_ctx, KeyPerm::GetInfo, &key, &None).is_ok()); in check_key_permission_domain_app()
630 &Some(key_perm_set![KeyPerm::GetInfo]) in check_key_permission_domain_app()
648 assert!(check_key_permission(0, &sctx, KeyPerm::GetInfo, &key, &None).is_ok()); in check_key_permission_domain_selinux()
716 KeyPerm::GetInfo, in key_perm_set_all_test()
[all …]
Dservice.rs142 |k, av| check_key_permission(KeyPerm::GetInfo, k, &av), in get_key_entry()
282 if let Err(e) = check_key_permission(KeyPerm::GetInfo, &k, &None) { in get_key_descriptor_for_lookup()
Ddatabase.rs3219 const PVEC1: KeyPermSet = key_perm_set![KeyPerm::Use, KeyPerm::GetInfo]; in test_grant_ungrant()
/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.cpp116 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.cpp57 bool TestPartitionOpener::GetInfo(const std::string& partition_name, in GetInfo() function in android::snapshot::TestPartitionOpener
60 return PartitionOpener::GetInfo(partition_name, info); in GetInfo()
63 if (PartitionOpener::GetInfo(fake_super_path_, info)) { in GetInfo()
/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/unwinding/libunwindstack/tools/
Dunwind_reg_info.cpp180 int GetInfo(const char* file, uint64_t offset, uint64_t pc) { in GetInfo() function
300 return unwindstack::GetInfo(argv[1], offset, pc); in main()
/system/unwinding/libunwindstack/include/unwindstack/
DElf.h94 static bool GetInfo(Memory* memory, uint64_t* size);
/system/core/fs_mgr/libfiemap/
Dimage_test.cpp63 bool GetInfo(const std::string& partition_name, BlockDeviceInfo* info) const override { in GetInfo() function in TestPartitionOpener
64 return PartitionOpener::GetInfo(GetPathForBlockDeviceName(partition_name), info); in GetInfo()
Dmetadata.cpp78 if (!opener.GetInfo(data_device, &device_info)) { in OpenOrCreateMetadata()
/system/unwinding/libunwindstack/
DMapInfo.cpp91 if (!Elf::GetInfo(memory, &max_size) || max_size < map_size) { in InitFileMemoryFromPreviousReadOnlyMap()
143 if (Elf::GetInfo(file_memory.get(), &max_size)) { in CreateFileMemory()
DElf.cpp225 bool Elf::GetInfo(Memory* memory, uint64_t* size) { in GetInfo() function in unwindstack::Elf
/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/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h64 bool GetInfo(const std::string& partition_name,
/system/gsid/
Dpartition_installer.cpp366 if (!opener.GetInfo(fs_mgr_get_super_partition_name(), &info)) { in GetMinimumFreeSpaceThreshold()
/system/core/fs_mgr/liblp/fuzzer/
Dliblp_builder_fuzzer.cpp369 pOpener.GetInfo(superPartitionName, &mBlockDevices[0]); in invokeBuilderAPIs()
/system/core/fs_mgr/
Dfs_mgr_overlayfs_control.cpp514 if (!opener.GetInfo(fs_mgr_get_super_partition_name(), &super_info)) { in GetIdealDataScratchSize()