/system/nvram/hal/ |
D | memory_storage.cpp | 30 Status Load(Blob* blob) const { in Load() function in nvram::storage::__anon126252d10111::StorageSlot 82 return g_header.Load(blob); in LoadHeader() 91 return slot ? slot->Load(blob) : Status::kNotFound; in LoadSpace()
|
/system/nvram/core/tests/ |
D | fake_storage.cpp | 31 Status Load(Blob* blob) { in Load() function in nvram::storage::__anon5a7223650111::StorageSlot 128 return g_header.Load(blob); in LoadHeader() 145 return slot ? slot->Load(blob) : Status::kNotFound; in LoadSpace()
|
/system/update_engine/common/ |
D | hwid_override.cc | 39 lsb_release.Load(base::FilePath(root.value() + "/etc/lsb-release")); in Read()
|
/system/update_engine/ |
D | hardware_chromeos.cc | 279 store.Load(base::FilePath(root_prefix + kConfigFilePath)); in LoadConfig() 281 if (store.Load(base::FilePath(root_prefix + kStatefulPartition + in LoadConfig() 285 store.Load(base::FilePath(root_prefix + kConfigFilePath)); in LoadConfig()
|
D | image_properties_chromeos.cc | 76 store->Load(base::FilePath(path + kLsbRelease)); in LoadLsbRelease()
|
D | image_properties_android.cc | 178 osrelease.Load(); in LoadImageProperties()
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | vr_hwc.te | 20 # Load vendor libraries.
|
D | gatekeeperd.te | 12 # Load HAL implementation
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | vr_hwc.te | 20 # Load vendor libraries.
|
D | gatekeeperd.te | 12 # Load HAL implementation
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | vr_hwc.te | 20 # Load vendor libraries.
|
D | gatekeeperd.te | 12 # Load HAL implementation
|
/system/sepolicy/prebuilts/api/29.0/public/ |
D | vr_hwc.te | 20 # Load vendor libraries.
|
D | gatekeeperd.te | 11 # Load HAL implementation
|
/system/sepolicy/public/ |
D | vr_hwc.te | 20 # Load vendor libraries.
|
D | gatekeeperd.te | 11 # Load HAL implementation
|
/system/core/libprocessgroup/ |
D | task_profiles.cpp | 304 if (!Load(CgroupMap::GetInstance(), TASK_PROFILE_DB_FILE)) { in TaskProfiles() 310 !Load(CgroupMap::GetInstance(), TASK_PROFILE_DB_VENDOR_FILE)) { in TaskProfiles() 316 bool TaskProfiles::Load(const CgroupMap& cg_map, const std::string& file_name) { in Load() function in TaskProfiles
|
D | task_profiles.h | 168 bool Load(const CgroupMap& cg_map, const std::string& file_name);
|
/system/extras/simpleperf/ |
D | dso.h | 201 void Load();
|
D | dso.cpp | 317 Load(); in FindSymbol() 360 void Dso::Load() { in Load() function in Dso
|
/system/extras/perfprofd/ |
D | perf_profile.proto | 76 // Load module profiles.
|
/system/update_engine/payload_generator/ |
D | generate_delta_main.cc | 562 CHECK(store.Load(base::FilePath(FLAGS_new_postinstall_config_file))); in Main() 582 CHECK(store.Load(base::FilePath(FLAGS_dynamic_partition_info_file))); in Main()
|
/system/core/libpixelflinger/codeflinger/ |
D | MIPS64Assembler.h | 290 #pragma mark Load/store...
|
D | MIPSAssembler.h | 332 #pragma mark Load/store...
|
/system/update_engine/payload_consumer/ |
D | delta_performer_unittest.cc | 1067 EXPECT_TRUE(store.Load(GetBuildArtifactsPath().Append("update_engine.conf"))); in TEST_F()
|