Lines Matching refs:tf
534 TemporaryFile tf; in TEST_F() local
535 std::string temp_file(tf.path); in TEST_F()
557 TemporaryFile tf; in TEST_F() local
558 std::string temp_file(tf.path); in TEST_F()
567 expect(tf.path, script, kNoCause); in TEST_F()
595 TemporaryFile tf; in TEST_F() local
596 SetUpdaterCmdPipe(tf.release()); in TEST_F()
601 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &cmd)); in TEST_F()
618 TemporaryFile tf; in TEST_F() local
619 SetUpdaterCmdPipe(tf.release()); in TEST_F()
624 ASSERT_TRUE(android::base::ReadFileToString(tf.path, &cmd)); in TEST_F()