Home | History | Annotate | Download | only in component

Lines Matching defs:temp_file

321   TemporaryFile temp_file;
323 std::string script("write_value(\"" + value + "\", \"" + std::string(temp_file.path) + "\")");
328 ASSERT_TRUE(android::base::ReadFileToString(temp_file.path, &content));
332 script = "write_value(\"\", \"" + std::string(temp_file.path) + "\")";
336 ASSERT_TRUE(android::base::ReadFileToString(temp_file.path, &content));
352 std::string temp_file(tf.path);
356 ASSERT_TRUE(write_bootloader_message_to(boot, temp_file, &err));
359 std::string script("get_stage(\"" + temp_file + "\")");
375 std::string temp_file(tf.path);
380 ASSERT_TRUE(write_bootloader_message_to(boot, temp_file, &err));
383 std::string script("set_stage(\"" + temp_file + "\", \"1/3\")");
388 ASSERT_TRUE(read_bootloader_message_from(&boot_verify, temp_file, &err));