Lines Matching refs:key_value_store

129                 SafeMap<std::string, std::string>& key_value_store,  in WriteElf()  argument
143 return DoWriteElf(file, oat_writer, key_value_store, verify); in WriteElf()
148 SafeMap<std::string, std::string>& key_value_store, in WriteElf() argument
157 return DoWriteElf(file, oat_writer, key_value_store, verify); in WriteElf()
163 SafeMap<std::string, std::string>& key_value_store, in WriteElf() argument
170 return DoWriteElf(file, oat_writer, key_value_store, verify); in WriteElf()
175 SafeMap<std::string, std::string>& key_value_store, in DoWriteElf() argument
190 &key_value_store, in DoWriteElf()
369 SafeMap<std::string, std::string> key_value_store; in TEST_F() local
370 key_value_store.Put(OatHeader::kImageLocationKey, "lue.art"); in TEST_F()
371 bool success = WriteElf(tmp.GetFile(), class_linker->GetBootClassPath(), key_value_store, false); in TEST_F()
500 SafeMap<std::string, std::string> key_value_store; in TEST_F() local
501 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TEST_F()
502 bool success = WriteElf(tmp.GetFile(), dex_files, key_value_store, false); in TEST_F()
561 SafeMap<std::string, std::string> key_value_store; in TestDexFileInput() local
562 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TestDexFileInput()
563 success = WriteElf(oat_file.GetFile(), input_filenames, key_value_store, verify); in TestDexFileInput()
663 SafeMap<std::string, std::string> key_value_store; in TestZipFileInput() local
664 key_value_store.Put(OatHeader::kImageLocationKey, "test.art"); in TestZipFileInput()
670 success = WriteElf(oat_file.GetFile(), input_filenames, key_value_store, verify); in TestZipFileInput()
718 key_value_store, in TestZipFileInput()