HomeSort by relevance Sort by last modified time
    Searched refs:key_value_store (Results 1 - 19 of 19) sorted by null

  /external/libbrillo/brillo/
osrelease_reader.h 15 #include <brillo/key_value_store.h>
key_value_store_unittest.cc 5 #include <brillo/key_value_store.h>
  /system/update_engine/common/
hwid_override.cc 24 #include <brillo/key_value_store.h>
utils.h 33 #include <brillo/key_value_store.h>
  /system/update_engine/payload_generator/
filesystem_interface.h 35 #include <brillo/key_value_store.h>
payload_generation_config.h 26 #include <brillo/key_value_store.h>
payload_signer.h 24 #include <brillo/key_value_store.h>
generate_delta_main.cc 30 #include <brillo/key_value_store.h>
  /art/compiler/
oat_test.cc 129 SafeMap<std::string, std::string>& key_value_store,
145 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify);
151 SafeMap<std::string, std::string>& key_value_store,
161 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify);
168 SafeMap<std::string, std::string>& key_value_store,
177 return DoWriteElf(vdex_file, oat_file, oat_writer, key_value_store, verify);
183 SafeMap<std::string, std::string>& key_value_store,
198 &key_value_store,
406 SafeMap<std::string, std::string> key_value_store; local
407 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art")
544 SafeMap<std::string, std::string> key_value_store; local
606 SafeMap<std::string, std::string> key_value_store; local
719 SafeMap<std::string, std::string> key_value_store; local
832 SafeMap<std::string, std::string> key_value_store; local
    [all...]
oat_writer.h 168 SafeMap<std::string, std::string>* key_value_store,
297 SafeMap<std::string, std::string>* key_value_store);
image_test.cc 223 SafeMap<std::string, std::string> key_value_store; local
228 key_value_store.Put(OatHeader::kBootClassPathKey,
268 &key_value_store,
oat_writer.cc 486 SafeMap<std::string, std::string>* key_value_store,
509 key_value_store);
    [all...]
  /art/runtime/
oat.cc 502 void OatHeader::Flatten(const SafeMap<std::string, std::string>* key_value_store) {
504 if (key_value_store != nullptr) {
505 SafeMap<std::string, std::string>::const_iterator it = key_value_store->begin();
506 SafeMap<std::string, std::string>::const_iterator end = key_value_store->end();
  /system/media/brillo/audio/audioservice/
audio_volume_handler.h 24 #include <brillo/key_value_store.h>
  /system/update_engine/
image_properties_chromeos.cc 24 #include <brillo/key_value_store.h>
hardware_chromeos.cc 24 #include <brillo/key_value_store.h>
omaha_request_params.cc 30 #include <brillo/key_value_store.h>
  /system/media/brillo/audio/audioservice/test/
audio_volume_handler_test.cpp 26 #include <brillo/key_value_store.h>
  /external/libbrillo/
Android.mk 28 brillo/key_value_store.cc \

Completed in 613 milliseconds