Searched refs:temp_file1 (Results 1 – 2 of 2) sorted by relevance
93 TemporaryFile temp_file1; in TEST() local95 ASSERT_TRUE(android::base::WriteStringToFile(content, temp_file1.path)); in TEST()99 ASSERT_TRUE(mapping.MapFile(temp_file1.path)); in TEST()
304 TemporaryFile temp_file1; in TEST_F() local306 ASSERT_TRUE(android::base::WriteStringToFile(buffer, temp_file1.path)); in TEST_F()356 TemporaryFile temp_file1; in TEST_F() local357 std::string script("package_extract_file(\"a.txt\", \"" + std::string(temp_file1.path) + "\")"); in TEST_F()362 ASSERT_TRUE(android::base::ReadFileToString(temp_file1.path, &data)); in TEST_F()366 script = "package_extract_file(\"b.txt\", \"" + std::string(temp_file1.path) + "\")"; in TEST_F()369 ASSERT_TRUE(android::base::ReadFileToString(temp_file1.path, &data)); in TEST_F()373 script = "package_extract_file(\"doesntexist\", \"" + std::string(temp_file1.path) + "\")"; in TEST_F()