Home
last modified time | relevance | path

Searched refs:Load (Results 1 – 25 of 31) sorted by relevance

12

/system/nvram/hal/
Dmemory_storage.cpp30 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/
Dfake_storage.cpp31 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/
Dhwid_override.cc39 lsb_release.Load(base::FilePath(root.value() + "/etc/lsb-release")); in Read()
/system/update_engine/
Dhardware_chromeos.cc279 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()
Dimage_properties_chromeos.cc76 store->Load(base::FilePath(path + kLsbRelease)); in LoadLsbRelease()
Dimage_properties_android.cc178 osrelease.Load(); in LoadImageProperties()
/system/sepolicy/prebuilts/api/26.0/public/
Dvr_hwc.te20 # Load vendor libraries.
Dgatekeeperd.te12 # Load HAL implementation
/system/sepolicy/prebuilts/api/28.0/public/
Dvr_hwc.te20 # Load vendor libraries.
Dgatekeeperd.te12 # Load HAL implementation
/system/sepolicy/prebuilts/api/27.0/public/
Dvr_hwc.te20 # Load vendor libraries.
Dgatekeeperd.te12 # Load HAL implementation
/system/sepolicy/prebuilts/api/29.0/public/
Dvr_hwc.te20 # Load vendor libraries.
Dgatekeeperd.te11 # Load HAL implementation
/system/sepolicy/public/
Dvr_hwc.te20 # Load vendor libraries.
Dgatekeeperd.te11 # Load HAL implementation
/system/core/libprocessgroup/
Dtask_profiles.cpp304 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
Dtask_profiles.h168 bool Load(const CgroupMap& cg_map, const std::string& file_name);
/system/extras/simpleperf/
Ddso.h201 void Load();
Ddso.cpp317 Load(); in FindSymbol()
360 void Dso::Load() { in Load() function in Dso
/system/extras/perfprofd/
Dperf_profile.proto76 // Load module profiles.
/system/update_engine/payload_generator/
Dgenerate_delta_main.cc562 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/
DMIPS64Assembler.h290 #pragma mark Load/store...
DMIPSAssembler.h332 #pragma mark Load/store...
/system/update_engine/payload_consumer/
Ddelta_performer_unittest.cc1067 EXPECT_TRUE(store.Load(GetBuildArtifactsPath().Append("update_engine.conf"))); in TEST_F()

12