Lines Matching refs:tf
504 TemporaryFile tf; in TEST_F() local
505 std::string temp_file(tf.path); in TEST_F()
527 TemporaryFile tf; in TEST_F() local
528 std::string temp_file(tf.path); in TEST_F()
537 expect(tf.path, script, kNoCause); in TEST_F()
565 TemporaryFile tf; in TEST_F() local
567 updater_info.cmd_pipe = fdopen(tf.release(), "w"); in TEST_F()
572 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &cmd)); in TEST_F()
590 TemporaryFile tf; in TEST_F() local
592 updater_info.cmd_pipe = fdopen(tf.release(), "w"); in TEST_F()
597 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &cmd)); in TEST_F()