Searched refs:tf (Results 1 – 2 of 2) sorted by relevance
45 TemporaryFile tf; in TEST() local46 ASSERT_EQ(-1, mkdir_recursively(tf.path, 0755, false, nullptr)); in TEST()
504 TemporaryFile tf; in TEST_F() local505 std::string temp_file(tf.path); in TEST_F()527 TemporaryFile tf; in TEST_F() local528 std::string temp_file(tf.path); in TEST_F()537 expect(tf.path, script, kNoCause); in TEST_F()565 TemporaryFile tf; in TEST_F() local567 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() local592 updater_info.cmd_pipe = fdopen(tf.release(), "w"); in TEST_F()[all …]