Searched refs:Load (Results 1 - 18 of 18) sorted by relevance

/system/nvram/hal/
H A Dmemory_storage.cpp30 Status Load(Blob* blob) const { function in class:nvram::storage::__anon2432::StorageSlot
82 return g_header.Load(blob);
91 return slot ? slot->Load(blob) : Status::kNotFound;
/system/update_engine/common/
H A Dhwid_override.cc39 lsb_release.Load(base::FilePath(root.value() + "/etc/lsb-release"));
/system/nvram/core/tests/
H A Dfake_storage.cpp31 Status Load(Blob* blob) { function in class:nvram::storage::__anon2428::StorageSlot
128 return g_header.Load(blob);
145 return slot ? slot->Load(blob) : Status::kNotFound;
/system/update_engine/
H A Dhardware_chromeos.cc237 store.Load(base::FilePath(root_prefix + kConfigFilePath));
239 if (store.Load(base::FilePath(root_prefix + kStatefulPartition +
243 store.Load(base::FilePath(root_prefix + kConfigFilePath));
H A Dimage_properties_android.cc69 osrelease.Load();
H A Dimage_properties_chromeos.cc75 store->Load(base::FilePath(path + kLsbRelease));
/system/extras/simpleperf/
H A Ddso.cpp198 Load();
222 Load();
264 void Dso::Load() { function in class:Dso
H A Ddso.h153 void Load();
/system/media/brillo/audio/audioservice/
H A Daudio_volume_handler.cpp162 // Load the file. If loading fails, generate the file.
163 if (!kv_store_->Load(volume_state_file_)) {
/system/media/brillo/audio/audioservice/test/
H A Daudio_volume_handler_test.cpp66 kv_store.Load(volume_file_path_);
/system/core/libpixelflinger/codeflinger/
H A DMIPS64Assembler.h290 #pragma mark Load/store...
H A DMIPSAssembler.h332 #pragma mark Load/store...
H A DMIPSAssembler.cpp1690 #pragma mark Load/store...
/system/update_engine/payload_generator/
H A Dgenerate_delta_main.cc497 CHECK(store.Load(base::FilePath(FLAGS_new_postinstall_config_file)));
/system/update_engine/payload_consumer/
H A Ddelta_performer_unittest.cc886 EXPECT_TRUE(store.Load(GetBuildArtifactsPath().Append("update_engine.conf")));
/system/tpm/trunks/
H A Dmock_tpm.h159 MOCK_METHOD6(Load,
H A Dtpm_generated.h3552 virtual void Load(const TPMI_DH_OBJECT& parent_handle,
H A Dtpm_generated.cc10106 void Tpm::Load(const TPMI_DH_OBJECT& parent_handle, function in class:trunks::Tpm
[all...]

Completed in 317 milliseconds