Home
last modified time | relevance | path

Searched defs:Load (Results 1 – 8 of 8) sorted by relevance

/system/unwinding/libunwindstack/
DDexFiles.cpp30 bool GlobalDebugInterface<DexFile>::Load(Maps* maps, std::shared_ptr<Memory>& memory, uint64_t addr, in Load() function in unwindstack::GlobalDebugInterface
DJitDebug.cpp27 bool GlobalDebugInterface<Elf>::Load(Maps*, std::shared_ptr<Memory>& memory, uint64_t addr, in Load() function in unwindstack::GlobalDebugInterface
/system/bt/gd/common/
Dinit_flags.cc44 void InitFlags::Load(const char** flags) { in Load() function in bluetooth::common::InitFlags
/system/nvram/hal/
Dmemory_storage.cpp30 Status Load(Blob* blob) const { in Load() function in nvram::storage::__anonbf70ebaf0111::StorageSlot
/system/nvram/core/tests/
Dfake_storage.cpp31 Status Load(Blob* blob) { in Load() function in nvram::storage::__anonf638f7030111::StorageSlot
/system/bt/gd/rust/topshim/btif/
Dbtif_shim.cc327 std::unique_ptr<BluetoothIntf> Load() { in Load() function
/system/core/libprocessgroup/
Dtask_profiles.cpp418 bool TaskProfiles::Load(const CgroupMap& cg_map, const std::string& file_name) { in Load() function in TaskProfiles
/system/bt/gd/rust/topshim/src/
Dbtif.rs106 fn Load() -> UniquePtr<BluetoothIntf>; in Load() function